#358339

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

Shades of Japanese Laurel #358339

Tints of Japanese Laurel #358339

Color information

#358339 (or 0x358339) is unknown color: approx Japanese Laurel. HEX triplet: 35, 83 and 39. RGB value is (53,131,57). Sum of RGB (Red+Green+Blue) = 53+131+57=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #358339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358339 is #CA7CC6. Grayscale: #636363. Windows color (decimal): -13270215 or 3769141. OLE color: 3769141.

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

Color convert

RGB5313157-
CMYK0.6000.560.49
HSL123.08º42.39%36.08%-
HSV(B)123.08º59.54%51.37%-
XYZ10.3217.286.66-
YUV99.24104.1695.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 131 (51.56% from 255) = 54.36%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=21.99%
G=54.36%
B=23.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131570.6000.560.49123.0842.3936.08
Hex3583393C038317b2a24
Octal652037174070611735244
Binary1101011000001111100111110001110001100011111011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358339; }

 p { color: rgb(53,131,57); }

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

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

 a { background-color: rgb(53,131,57); }

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

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

 span { border-color: rgb(53,131,57); }

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