#357536

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

Shades of Japanese Laurel #357536

Tints of Japanese Laurel #357536

Color information

#357536 (or 0x357536) is unknown color: approx Japanese Laurel. HEX triplet: 35, 75 and 36. RGB value is (53,117,54). Sum of RGB (Red+Green+Blue) = 53+117+54=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #357536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357536 is #CA8AC9. Grayscale: #5A5A5A. Windows color (decimal): -13273802 or 3568949. OLE color: 3568949.

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

Color convert

RGB5311754-
CMYK0.5500.540.54
HSL120.94º37.65%33.33%-
HSV(B)120.94º54.7%45.88%-
XYZ8.513.755.7-
YUV90.68107.3101.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=23.66%
G=52.23%
B=24.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117540.5500.540.54120.9437.6533.33
Hex3575363703636792621
Octal651656667066661714641
Binary110101111010111011011011101101101101101111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357536; }

 p { color: rgb(53,117,54); }

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

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

 a { background-color: rgb(53,117,54); }

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

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

 span { border-color: rgb(53,117,54); }

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