#358A39

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

Shades of Japanese Laurel #358A39

Tints of Japanese Laurel #358A39

Color information

#358A39 (or 0x358A39) is unknown color: approx Japanese Laurel. HEX triplet: 35, 8A and 39. RGB value is (53,138,57). Sum of RGB (Red+Green+Blue) = 53+138+57=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #358A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A39 is #CA75C6. Grayscale: #676767. Windows color (decimal): -13268423 or 3770933. OLE color: 3770933.

HSL color Cylindrical-coordinate representation of color #358A39: hue angle of 122.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A39 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB5313857-
CMYK0.6200.590.46
HSL122.82º44.5%37.45%-
HSV(B)122.82º61.59%54.12%-
XYZ11.319.236.99-
YUV103.35101.8492.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 138 (54.30% from 255) = 55.65%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=21.37%
G=55.65%
B=22.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138570.6200.590.46122.8244.537.45
Hex358A393E03B2E7b2d25
Octal652127176073561735545
Binary1101011000101011100111111001110111011101111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358A39; }

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

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

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

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

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

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

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

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