Html Css Color HEX #337C31 Japanese Laurel

📋 copy color: '#337C31'

red 51 ◦ green 124 ◦ blue 49

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

Shades of Japanese Laurel #337C31

Tints of Japanese Laurel #337C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 22.77%
G = 55.36%
B = 21.88%

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

#337C31 (or 0x337C31) is known color: Japanese Laurel. HEX triplet: 33, 7C and 31. RGB value is (51,124,49). Sum of RGB (Red+Green+Blue) = 51+124+49=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #337C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C31 is #CC83CE. Grayscale: #5D5D5D. Windows color (decimal): -13403087 or 3243059. OLE color: 3243059.

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

Color convert

RGB 51 124 49 -
CMYK 0.59 0 0.60 0.51
HSL 118.4º 0.43% 0.34% -
HSV(B) 118.4º 0.6% 0.49% -
XYZ 9.13 15.34 5.39 -
YUV 93.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 51 124 49 0.59 0 0.60 0.51 118.4 0.43 0.34
Hex 33 7C 31 3B 0 3C 33 76 2B 22
Octal 63 174 61 73 0 74 63 166 53 42
Binary 110011 1111100 110001 111011 0 111100 110011 1110110 101011 100010

Color Harmonies of #337C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C31

Black with #337C31

Text Example


Text Example

White with #337C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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