#358A31

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

Shades of Japanese Laurel #358A31

Tints of Japanese Laurel #358A31

Color information

#358A31 (or 0x358A31) is unknown color: approx Japanese Laurel. HEX triplet: 35, 8A and 31. RGB value is (53,138,49). Sum of RGB (Red+Green+Blue) = 53+138+49=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #358A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A31 is #CA75CE. Grayscale: #666666. Windows color (decimal): -13268431 or 3246645. OLE color: 3246645.

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

Color convert

RGB5313849-
CMYK0.6200.640.46
HSL117.3º47.59%36.67%-
HSV(B)117.3º64.49%54.12%-
XYZ11.1119.166.02-
YUV102.4497.8492.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=22.08%
G=57.5%
B=20.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138490.6200.640.46117.347.5936.67
Hex358A313E0402E753025
Octal6521261760100561656045
Binary11010110001010110001111110010000001011101110101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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