Html Css Color HEX #337940 Japanese Laurel

📋 copy color: '#337940'

red 51 ◦ green 121 ◦ blue 64

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

Shades of Japanese Laurel #337940

Tints of Japanese Laurel #337940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.27%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 21.61%
G = 51.27%
B = 27.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#337940 (or 0x337940) is known color: Japanese Laurel. HEX triplet: 33, 79 and 40. RGB value is (51,121,64). Sum of RGB (Red+Green+Blue) = 51+121+64=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #337940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337940 is #CC86BF. Grayscale: #5D5D5D. Windows color (decimal): -13403840 or 4225331. OLE color: 4225331.

HSL color Cylindrical-coordinate representation of color #337940: hue angle of 131.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337940 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 121 64 -
CMYK 0.58 0 0.47 0.53
HSL 131.14º 0.41% 0.34% -
HSV(B) 131.14º 0.58% 0.47% -
XYZ 9.13 14.75 7.22 -
YUV 93.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 51 121 64 0.58 0 0.47 0.53 131.14 0.41 0.34
Hex 33 79 40 3A 0 2F 35 83 29 22
Octal 63 171 100 72 0 57 65 203 51 42
Binary 110011 1111001 1000000 111010 0 101111 110101 10000011 101001 100010

Color Harmonies of #337940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337940

Black with #337940

Text Example


Text Example

White with #337940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337940; }

 p { color: rgb(51,121,64); }

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

background-color css

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

 a { background-color: rgb(51,121,64); }

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

border-color css

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

 span { border-color: rgb(51,121,64); }

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