Html Css Color HEX #337234 Japanese Laurel

📋 copy color: '#337234'

red 51 ◦ green 114 ◦ blue 52

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

Shades of Japanese Laurel #337234

Tints of Japanese Laurel #337234

RGB

 RED value IS 51 (20.31% from 255) = 23.5%

 GREEN value IS 114 (44.92% from 255) = 52.53%

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 23.5%
G = 52.53%
B = 23.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#337234 (or 0x337234) is known color: Japanese Laurel. HEX triplet: 33, 72 and 34. RGB value is (51,114,52). Sum of RGB (Red+Green+Blue) = 51+114+52=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #337234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337234 is #CC8DCB. Grayscale: #585858. Windows color (decimal): -13405644 or 3437107. OLE color: 3437107.

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

Color convert

RGB 51 114 52 -
CMYK 0.55 0 0.54 0.55
HSL 120.95º 0.38% 0.32% -
HSV(B) 120.95º 0.55% 0.45% -
XYZ 8 12.99 5.33 -
YUV 88.1 107.63 101.54 -
System Red Green Blue C M Y K H S L
Decimal 51 114 52 0.55 0 0.54 0.55 120.95 0.38 0.32
Hex 33 72 34 37 0 36 37 79 26 20
Octal 63 162 64 67 0 66 67 171 46 40
Binary 110011 1110010 110100 110111 0 110110 110111 1111001 100110 100000

Color Harmonies of #337234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337234

Black with #337234

Text Example


Text Example

White with #337234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337234; }

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

 H1.HeaderClassName
 {
   color: #337234;
 }
 .AnyTagClassName
 {
   color: #337234;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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