Html Css Color HEX #337C32 Japanese Laurel

📋 copy color: '#337C32'

red 51 ◦ green 124 ◦ blue 50

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

Shades of Japanese Laurel #337C32

Tints of Japanese Laurel #337C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.11%

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

R = 22.67%
G = 55.11%
B = 22.22%

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

#337C32 (or 0x337C32) is known color: Japanese Laurel. HEX triplet: 33, 7C and 32. RGB value is (51,124,50). Sum of RGB (Red+Green+Blue) = 51+124+50=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #337C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C32 is #CC83CD. Grayscale: #5D5D5D. Windows color (decimal): -13403086 or 3308595. OLE color: 3308595.

HSL color Cylindrical-coordinate representation of color #337C32: hue angle of 119.19º 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 #337C32 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 50 -
CMYK 0.59 0 0.60 0.51
HSL 119.19º 0.43% 0.34% -
HSV(B) 119.19º 0.6% 0.49% -
XYZ 9.15 15.35 5.5 -
YUV 93.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 51 124 50 0.59 0 0.60 0.51 119.19 0.43 0.34
Hex 33 7C 32 3B 0 3C 33 77 2B 22
Octal 63 174 62 73 0 74 63 167 53 42
Binary 110011 1111100 110010 111011 0 111100 110011 1110111 101011 100010

Color Harmonies of #337C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C32

Black with #337C32

Text Example


Text Example

White with #337C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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