#357836

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

Shades of Japanese Laurel #357836

Tints of Japanese Laurel #357836

Color information

#357836 (or 0x357836) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 36. RGB value is (53,120,54). Sum of RGB (Red+Green+Blue) = 53+120+54=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #357836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357836 is #CA87C9. Grayscale: #5C5C5C. Windows color (decimal): -13273034 or 3569717. OLE color: 3569717.

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

Color convert

RGB5312054-
CMYK0.5600.550.53
HSL120.9º38.73%33.92%-
HSV(B)120.9º55.83%47.06%-
XYZ8.8514.465.81-
YUV92.44106.399.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=23.35%
G=52.86%
B=23.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120540.5600.550.53120.938.7333.92
Hex3578363803735792722
Octal651706670067651714742
Binary110101111100011011011100001101111101011111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357836; }

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

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

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

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

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

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

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

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