Html Css Color HEX #337D32 Japanese Laurel

📋 copy color: '#337D32'

red 51 ◦ green 125 ◦ blue 50

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

Shades of Japanese Laurel #337D32

Tints of Japanese Laurel #337D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.31%

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

R = 22.57%
G = 55.31%
B = 22.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#337D32 (or 0x337D32) is known color: Japanese Laurel. HEX triplet: 33, 7D and 32. RGB value is (51,125,50). Sum of RGB (Red+Green+Blue) = 51+125+50=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #337D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D32 is #CC82CD. Grayscale: #5E5E5E. Windows color (decimal): -13402830 or 3308851. OLE color: 3308851.

HSL color Cylindrical-coordinate representation of color #337D32: hue angle of 119.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337D32 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 125 50 -
CMYK 0.59 0 0.60 0.51
HSL 119.2º 0.43% 0.34% -
HSV(B) 119.2º 0.6% 0.49% -
XYZ 9.27 15.6 5.54 -
YUV 94.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 51 125 50 0.59 0 0.60 0.51 119.2 0.43 0.34
Hex 33 7D 32 3B 0 3C 33 77 2B 22
Octal 63 175 62 73 0 74 63 167 53 42
Binary 110011 1111101 110010 111011 0 111100 110011 1110111 101011 100010

Color Harmonies of #337D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D32

Black with #337D32

Text Example


Text Example

White with #337D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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