#357732

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

Shades of Japanese Laurel #357732

Tints of Japanese Laurel #357732

Color information

#357732 (or 0x357732) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 32. RGB value is (53,119,50). Sum of RGB (Red+Green+Blue) = 53+119+50=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #357732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357732 is #CA88CD. Grayscale: #5B5B5B. Windows color (decimal): -13273294 or 3307317. OLE color: 3307317.

HSL color Cylindrical-coordinate representation of color #357732: hue angle of 117.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357732 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB5311950-
CMYK0.5500.580.53
HSL117.39º40.83%33.14%-
HSV(B)117.39º57.98%46.67%-
XYZ8.6414.185.3-
YUV91.4104.63100.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=23.87%
G=53.60%
B=22.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119500.5500.580.53117.3940.8333.14
Hex3577323703A35752921
Octal651676267072651655141
Binary110101111011111001011011101110101101011110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357732; }

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

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

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

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

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

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

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

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