#369140

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

Shades of Japanese Laurel #369140

Tints of Japanese Laurel #369140

Color information

#369140 (or 0x369140) is unknown color: approx Japanese Laurel. HEX triplet: 36, 91 and 40. RGB value is (54,145,64). Sum of RGB (Red+Green+Blue) = 54+145+64=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #369140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369140 is #C96EBF. Grayscale: #6C6C6C. Windows color (decimal): -13201088 or 4231478. OLE color: 4231478.

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

Color convert

RGB5414564-
CMYK0.6300.560.43
HSL126.59º45.73%39.02%-
HSV(B)126.59º62.76%56.86%-
XYZ12.5721.418.32-
YUV108.56102.8589.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=20.53%
G=55.13%
B=24.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54145640.6300.560.43126.5945.7339.02
Hex3691403F0382B7f2e27
Octal6622110077070531775647
Binary11011010010001100000011111101110001010111111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369140; }

 p { color: rgb(54,145,64); }

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

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

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

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

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

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

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