#358232

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

Shades of Japanese Laurel #358232

Tints of Japanese Laurel #358232

Color information

#358232 (or 0x358232) is unknown color: approx Japanese Laurel. HEX triplet: 35, 82 and 32. RGB value is (53,130,50). Sum of RGB (Red+Green+Blue) = 53+130+50=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #358232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358232 is #CA7DCD. Grayscale: #626262. Windows color (decimal): -13270478 or 3310133. OLE color: 3310133.

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

Color convert

RGB5313050-
CMYK0.5900.620.49
HSL117.75º44.44%35.29%-
HSV(B)117.75º61.54%50.98%-
XYZ10.0316.955.76-
YUV97.86100.9996-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=22.75%
G=55.79%
B=21.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130500.5900.620.49117.7544.4435.29
Hex3582323B03E31762c23
Octal652026273076611665443
Binary1101011000001011001011101101111101100011110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358232; }

 p { color: rgb(53,130,50); }

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

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

 a { background-color: rgb(53,130,50); }

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

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

 span { border-color: rgb(53,130,50); }

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