Html Css Color HEX #337132 Japanese Laurel

📋 copy color: '#337132'

red 51 ◦ green 113 ◦ blue 50

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

Shades of Japanese Laurel #337132

Tints of Japanese Laurel #337132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

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

R = 23.83%
G = 52.8%
B = 23.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#337132 (or 0x337132) is known color: Japanese Laurel. HEX triplet: 33, 71 and 32. RGB value is (51,113,50). Sum of RGB (Red+Green+Blue) = 51+113+50=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #337132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337132 is #CC8ECD. Grayscale: #575757. Windows color (decimal): -13405902 or 3305779. OLE color: 3305779.

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

Color convert

RGB 51 113 50 -
CMYK 0.55 0 0.56 0.56
HSL 119.05º 0.39% 0.32% -
HSV(B) 119.05º 0.56% 0.44% -
XYZ 7.85 12.74 5.06 -
YUV 87.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 51 113 50 0.55 0 0.56 0.56 119.05 0.39 0.32
Hex 33 71 32 37 0 38 38 77 27 20
Octal 63 161 62 67 0 70 70 167 47 40
Binary 110011 1110001 110010 110111 0 111000 111000 1110111 100111 100000

Color Harmonies of #337132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337132

Black with #337132

Text Example


Text Example

White with #337132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337132; }

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

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

background-color css

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

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

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

border-color css

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

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

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