#367234

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

Shades of Japanese Laurel #367234

Tints of Japanese Laurel #367234

Color information

#367234 (or 0x367234) is unknown color: approx Japanese Laurel. HEX triplet: 36, 72 and 34. RGB value is (54,114,52). Sum of RGB (Red+Green+Blue) = 54+114+52=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #367234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367234 is #C98DCB. Grayscale: #595959. Windows color (decimal): -13209036 or 3437110. OLE color: 3437110.

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

Color convert

RGB5411452-
CMYK0.5300.540.55
HSL118.06º37.35%32.55%-
HSV(B)118.06º54.39%44.71%-
XYZ8.1613.075.34-
YUV88.99107.12103.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=24.55%
G=51.82%
B=23.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114520.5300.540.55118.0637.3532.55
Hex3672343503637762521
Octal661626465066671664541
Binary110110111001011010011010101101101101111110110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367234; }

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

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

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

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

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

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

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

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