#357936

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

Shades of Japanese Laurel #357936

Tints of Japanese Laurel #357936

Color information

#357936 (or 0x357936) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 36. RGB value is (53,121,54). Sum of RGB (Red+Green+Blue) = 53+121+54=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #357936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357936 is #CA86C9. Grayscale: #5D5D5D. Windows color (decimal): -13272778 or 3569973. OLE color: 3569973.

HSL color Cylindrical-coordinate representation of color #357936: hue angle of 120.88º 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 #357936 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB5312154-
CMYK0.5600.550.53
HSL120.88º39.08%34.12%-
HSV(B)120.88º56.2%47.45%-
XYZ8.9714.75.85-
YUV93.03105.9799.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=23.25%
G=53.07%
B=23.68%

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
Decimal53121540.5600.550.53120.8839.0834.12
Hex3579363803735792722
Octal651716670067651714742
Binary110101111100111011011100001101111101011111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357936; }

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

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

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

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

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

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

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

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