#337034

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

Shades of Japanese Laurel #337034

Tints of Japanese Laurel #337034

Color information

#337034 (or 0x337034) is unknown color: approx Japanese Laurel. HEX triplet: 33, 70 and 34. RGB value is (51,112,52). Sum of RGB (Red+Green+Blue) = 51+112+52=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #337034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337034 is #CC8FCB. Grayscale: #575757. Windows color (decimal): -13406156 or 3436595. OLE color: 3436595.

HSL color Cylindrical-coordinate representation of color #337034: hue angle of 120.98º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337034 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB5111252-
CMYK0.5400.540.56
HSL120.98º37.42%31.96%-
HSV(B)120.98º54.46%43.92%-
XYZ7.7812.545.26-
YUV86.92108.29102.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=23.72%
G=52.09%
B=24.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112520.5400.540.56120.9837.4231.96
Hex3370343603638792520
Octal631606466066701714540
Binary110011111000011010011011001101101110001111001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337034; }

 p { color: rgb(51,112,52); }

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

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

 a { background-color: rgb(51,112,52); }

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

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

 span { border-color: rgb(51,112,52); }

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