Html Css Color HEX #337D40 Japanese Laurel

📋 copy color: '#337D40'

red 51 ◦ green 125 ◦ blue 64

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

Shades of Japanese Laurel #337D40

Tints of Japanese Laurel #337D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.08%

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

R = 21.25%
G = 52.08%
B = 26.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#337D40 (or 0x337D40) is known color: Japanese Laurel. HEX triplet: 33, 7D and 40. RGB value is (51,125,64). Sum of RGB (Red+Green+Blue) = 51+125+64=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #337D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D40 is #CC82BF. Grayscale: #606060. Windows color (decimal): -13402816 or 4226355. OLE color: 4226355.

HSL color Cylindrical-coordinate representation of color #337D40: hue angle of 130.54º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D40 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 125 64 -
CMYK 0.59 0 0.49 0.51
HSL 130.54º 0.42% 0.35% -
HSV(B) 130.54º 0.59% 0.49% -
XYZ 9.62 15.74 7.38 -
YUV 95.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 51 125 64 0.59 0 0.49 0.51 130.54 0.42 0.35
Hex 33 7D 40 3B 0 31 33 83 2A 23
Octal 63 175 100 73 0 61 63 203 52 43
Binary 110011 1111101 1000000 111011 0 110001 110011 10000011 101010 100011

Color Harmonies of #337D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D40

Black with #337D40

Text Example


Text Example

White with #337D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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