#357733

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

Shades of Japanese Laurel #357733

Tints of Japanese Laurel #357733

Color information

#357733 (or 0x357733) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 33. RGB value is (53,119,51). Sum of RGB (Red+Green+Blue) = 53+119+51=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #357733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357733 is #CA88CC. Grayscale: #5B5B5B. Windows color (decimal): -13273293 or 3372853. OLE color: 3372853.

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

Color convert

RGB5311951-
CMYK0.5500.570.53
HSL118.24º40%33.33%-
HSV(B)118.24º57.14%46.67%-
XYZ8.6614.195.41-
YUV91.51105.13100.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=23.77%
G=53.36%
B=22.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119510.5500.570.53118.244033.33
Hex3577333703935762821
Octal651676367071651665041
Binary110101111011111001111011101110011101011110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357733; }

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

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

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

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

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

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

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

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