#369239

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

Shades of Japanese Laurel #369239

Tints of Japanese Laurel #369239

Color information

#369239 (or 0x369239) is unknown color: approx Japanese Laurel. HEX triplet: 36, 92 and 39. RGB value is (54,146,57). Sum of RGB (Red+Green+Blue) = 54+146+57=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #369239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369239 is #C96DC6. Grayscale: #6C6C6C. Windows color (decimal): -13200839 or 3772982. OLE color: 3772982.

HSL color Cylindrical-coordinate representation of color #369239: hue angle of 121.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369239 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB5414657-
CMYK0.6300.610.43
HSL121.96º46%39.22%-
HSV(B)121.96º63.01%57.25%-
XYZ12.5421.647.39-
YUV108.3599.0289.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 146 (57.42% from 255) = 56.81%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=21.01%
G=56.81%
B=22.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54146570.6300.610.43121.964639.22
Hex3692393F03D2B7a2e27
Octal662227177075531725647
Binary1101101001001011100111111101111011010111111010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369239; }

 p { color: rgb(54,146,57); }

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

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

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

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

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

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

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