Html Css Color HEX #337232 Japanese Laurel

📋 copy color: '#337232'

red 51 ◦ green 114 ◦ blue 50

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

Shades of Japanese Laurel #337232

Tints of Japanese Laurel #337232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 23.72%
G = 53.02%
B = 23.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#337232 (or 0x337232) is known color: Japanese Laurel. HEX triplet: 33, 72 and 32. RGB value is (51,114,50). Sum of RGB (Red+Green+Blue) = 51+114+50=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #337232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337232 is #CC8DCD. Grayscale: #585858. Windows color (decimal): -13405646 or 3306035. OLE color: 3306035.

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

Color convert

RGB 51 114 50 -
CMYK 0.55 0 0.56 0.55
HSL 119.06º 0.39% 0.32% -
HSV(B) 119.06º 0.56% 0.45% -
XYZ 7.96 12.97 5.1 -
YUV 87.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 51 114 50 0.55 0 0.56 0.55 119.06 0.39 0.32
Hex 33 72 32 37 0 38 37 77 27 20
Octal 63 162 62 67 0 70 67 167 47 40
Binary 110011 1110010 110010 110111 0 111000 110111 1110111 100111 100000

Color Harmonies of #337232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337232

Black with #337232

Text Example


Text Example

White with #337232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337232; }

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

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

background-color css

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

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

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

border-color css

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

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

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