Html Css Color HEX #337840 Japanese Laurel

📋 copy color: '#337840'

red 51 ◦ green 120 ◦ blue 64

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

Shades of Japanese Laurel #337840

Tints of Japanese Laurel #337840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.06%

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

R = 21.7%
G = 51.06%
B = 27.23%

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

#337840 (or 0x337840) is known color: Japanese Laurel. HEX triplet: 33, 78 and 40. RGB value is (51,120,64). Sum of RGB (Red+Green+Blue) = 51+120+64=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #337840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337840 is #CC87BF. Grayscale: #5D5D5D. Windows color (decimal): -13404096 or 4225075. OLE color: 4225075.

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

Color convert

RGB 51 120 64 -
CMYK 0.58 0 0.47 0.53
HSL 131.3º 0.4% 0.34% -
HSV(B) 131.3º 0.58% 0.47% -
XYZ 9.01 14.51 7.18 -
YUV 92.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 51 120 64 0.58 0 0.47 0.53 131.3 0.4 0.34
Hex 33 78 40 3A 0 2F 35 83 28 22
Octal 63 170 100 72 0 57 65 203 50 42
Binary 110011 1111000 1000000 111010 0 101111 110101 10000011 101000 100010

Color Harmonies of #337840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337840

Black with #337840

Text Example


Text Example

White with #337840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337840; }

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

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

background-color css

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

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

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

border-color css

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

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

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