#367734

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

Shades of Japanese Laurel #367734

Tints of Japanese Laurel #367734

Color information

#367734 (or 0x367734) is unknown color: approx Japanese Laurel. HEX triplet: 36, 77 and 34. RGB value is (54,119,52). Sum of RGB (Red+Green+Blue) = 54+119+52=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #367734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367734 is #C988CB. Grayscale: #5C5C5C. Windows color (decimal): -13207756 or 3438390. OLE color: 3438390.

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

Color convert

RGB5411952-
CMYK0.5500.560.53
HSL118.21º39.18%33.53%-
HSV(B)118.21º56.3%46.67%-
XYZ8.7414.235.53-
YUV91.93105.47100.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=24%
G=52.89%
B=23.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54119520.5500.560.53118.2139.1833.53
Hex3677343703835762722
Octal661676467070651664742
Binary110110111011111010011011101110001101011110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367734; }

 p { color: rgb(54,119,52); }

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

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

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

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

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

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

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