Html Css Color HEX #337034 Japanese Laurel

📋 copy color: '#337034'

red 51 ◦ green 112 ◦ blue 52

#337034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #337034

Tints of Japanese Laurel #337034

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.7% from 255) = 24.19%

R = 23.72%
G = 52.09%
B = 24.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#337034 (or 0x337034) is known color: 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

RGB 51 112 52 -
CMYK 0.54 0 0.54 0.56
HSL 120.98º 0.37% 0.32% -
HSV(B) 120.98º 0.54% 0.44% -
XYZ 7.78 12.54 5.26 -
YUV 86.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 51 112 52 0.54 0 0.54 0.56 120.98 0.37 0.32
Hex 33 70 34 36 0 36 38 79 25 20
Octal 63 160 64 66 0 66 70 171 45 40
Binary 110011 1110000 110100 110110 0 110110 111000 1111001 100101 100000

Color Harmonies of #337034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337034

Black with #337034

Text Example


Text Example

White with #337034

Text Example


Text Example

HTML Codes & Css Web 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>