#367440

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

Shades of Japanese Laurel #367440

Tints of Japanese Laurel #367440

Color information

#367440 (or 0x367440) is unknown color: approx Japanese Laurel. HEX triplet: 36, 74 and 40. RGB value is (54,116,64). Sum of RGB (Red+Green+Blue) = 54+116+64=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #367440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367440 is #C98BBF. Grayscale: #5B5B5B. Windows color (decimal): -13208512 or 4224054. OLE color: 4224054.

HSL color Cylindrical-coordinate representation of color #367440: hue angle of 129.68º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367440 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB5411664-
CMYK0.5300.450.55
HSL129.68º36.47%33.33%-
HSV(B)129.68º53.45%45.49%-
XYZ8.6913.657.03-
YUV91.53112.46101.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=23.08%
G=49.57%
B=27.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54116640.5300.450.55129.6836.4733.33
Hex3674403502D37822421
Octal6616410065055672024441
Binary11011011101001000000110101010110111011110000010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367440; }

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

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

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

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

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

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

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

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