Html Css Color HEX #337740 Japanese Laurel

📋 copy color: '#337740'

red 51 ◦ green 119 ◦ blue 64

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

Shades of Japanese Laurel #337740

Tints of Japanese Laurel #337740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.85%

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

R = 21.79%
G = 50.85%
B = 27.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#337740 (or 0x337740) is known color: Japanese Laurel. HEX triplet: 33, 77 and 40. RGB value is (51,119,64). Sum of RGB (Red+Green+Blue) = 51+119+64=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #337740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337740 is #CC88BF. Grayscale: #5C5C5C. Windows color (decimal): -13404352 or 4224819. OLE color: 4224819.

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

Color convert

RGB 51 119 64 -
CMYK 0.57 0 0.46 0.53
HSL 131.47º 0.4% 0.33% -
HSV(B) 131.47º 0.57% 0.47% -
XYZ 8.89 14.27 7.14 -
YUV 92.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 51 119 64 0.57 0 0.46 0.53 131.47 0.4 0.33
Hex 33 77 40 39 0 2E 35 83 28 21
Octal 63 167 100 71 0 56 65 203 50 41
Binary 110011 1110111 1000000 111001 0 101110 110101 10000011 101000 100001

Color Harmonies of #337740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337740

Black with #337740

Text Example


Text Example

White with #337740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337740; }

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

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

background-color css

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

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

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

border-color css

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

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

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