#367334

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

Shades of Japanese Laurel #367334

Tints of Japanese Laurel #367334

Color information

#367334 (or 0x367334) is unknown color: approx Japanese Laurel. HEX triplet: 36, 73 and 34. RGB value is (54,115,52). Sum of RGB (Red+Green+Blue) = 54+115+52=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #367334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367334 is #C98CCB. Grayscale: #595959. Windows color (decimal): -13208780 or 3437366. OLE color: 3437366.

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

Color convert

RGB5411552-
CMYK0.5300.550.55
HSL118.1º37.72%32.75%-
HSV(B)118.1º54.78%45.1%-
XYZ8.2713.295.38-
YUV89.58106.79102.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=24.43%
G=52.04%
B=23.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115520.5300.550.55118.137.7232.75
Hex3673343503737762621
Octal661636465067671664641
Binary110110111001111010011010101101111101111110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367334; }

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

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

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

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

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

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

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

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