#369036

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

Shades of Japanese Laurel #369036

Tints of Japanese Laurel #369036

Color information

#369036 (or 0x369036) is unknown color: approx Japanese Laurel. HEX triplet: 36, 90 and 36. RGB value is (54,144,54). Sum of RGB (Red+Green+Blue) = 54+144+54=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #369036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369036 is #C96FC9. Grayscale: #6B6B6B. Windows color (decimal): -13201354 or 3575862. OLE color: 3575862.

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

Color convert

RGB5414454-
CMYK0.6300.630.44
HSL120º45.45%38.82%-
HSV(B)120º62.5%56.47%-
XYZ12.16216.9-
YUV106.8398.1890.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=21.43%
G=57.14%
B=21.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54144540.6300.630.4412045.4538.82
Hex3690363F03F2C782d27
Octal662206677077541705547
Binary1101101001000011011011111101111111011001111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369036; }

 p { color: rgb(54,144,54); }

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

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

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

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

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

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

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