#357333

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

Shades of Japanese Laurel #357333

Tints of Japanese Laurel #357333

Color information

#357333 (or 0x357333) is unknown color: approx Japanese Laurel. HEX triplet: 35, 73 and 33. RGB value is (53,115,51). Sum of RGB (Red+Green+Blue) = 53+115+51=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #357333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357333 is #CA8CCC. Grayscale: #595959. Windows color (decimal): -13274317 or 3371829. OLE color: 3371829.

HSL color Cylindrical-coordinate representation of color #357333: hue angle of 118.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357333 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB5311551-
CMYK0.5400.560.55
HSL118.12º38.55%32.55%-
HSV(B)118.12º55.65%45.1%-
XYZ8.213.265.26-
YUV89.17106.46102.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=24.20%
G=52.51%
B=23.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115510.5400.560.55118.1238.5532.55
Hex3573333603837762721
Octal651636366070671664741
Binary110101111001111001111011001110001101111110110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357333; }

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

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

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

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

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

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

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

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