#358143

Color #358143 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #358143

Tints of Japanese Laurel #358143

Color information

#358143 (or 0x358143) is unknown color: approx Japanese Laurel. HEX triplet: 35, 81 and 43. RGB value is (53,129,67). Sum of RGB (Red+Green+Blue) = 53+129+67=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #358143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358143 is #CA7EBC. Grayscale: #636363. Windows color (decimal): -13270717 or 4423989. OLE color: 4423989.

HSL color Cylindrical-coordinate representation of color #358143: hue angle of 131.05º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358143 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB5312967-
CMYK0.5900.480.49
HSL131.05º41.76%35.69%-
HSV(B)131.05º58.91%50.59%-
XYZ10.3316.868.02-
YUV99.21109.8295.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=21.29%
G=51.81%
B=26.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129670.5900.480.49131.0541.7635.69
Hex3581433B03031832a24
Octal6520110373060612035244
Binary110101100000011000011111011011000011000110000011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358143; }

 p { color: rgb(53,129,67); }

 H1.HeaderClassName
 {
   color: #358143;
 }
 .AnyTagClassName
 {
   color: #358143;
 }
</style>
background-color css

<style>
 a { background-color: #358143; }

 a { background-color: rgb(53,129,67); }

 div.DivClassName
 {
   background-color: #358143;
 }
 .BgClassName
 {
   background-color: #358143;
 }
</style>
border-color css

<style>
 span { border-color: #358143; }

 span { border-color: rgb(53,129,67); }

 td.TdClassName
 {
   border-color: #358143;
 }
 .TagClassName
 {
   border-color: #358143;
 }
</style>