Html Css Color HEX #337F42 Japanese Laurel

📋 copy color: '#337F42'

red 51 ◦ green 127 ◦ blue 66

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

Shades of Japanese Laurel #337F42

Tints of Japanese Laurel #337F42

RGB

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

 GREEN value IS 127 (50% from 255) = 52.05%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 20.9%
G = 52.05%
B = 27.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#337F42 (or 0x337F42) is known color: Japanese Laurel. HEX triplet: 33, 7F and 42. RGB value is (51,127,66). Sum of RGB (Red+Green+Blue) = 51+127+66=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #337F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F42 is #CC80BD. Grayscale: #616161. Windows color (decimal): -13402302 or 4357939. OLE color: 4357939.

HSL color Cylindrical-coordinate representation of color #337F42: hue angle of 131.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F42 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 66 -
CMYK 0.60 0 0.48 0.50
HSL 131.84º 0.43% 0.35% -
HSV(B) 131.84º 0.6% 0.5% -
XYZ 9.94 16.28 7.77 -
YUV 97.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 51 127 66 0.60 0 0.48 0.50 131.84 0.43 0.35
Hex 33 7F 42 3C 0 30 32 84 2B 23
Octal 63 177 102 74 0 60 62 204 53 43
Binary 110011 1111111 1000010 111100 0 110000 110010 10000100 101011 100011

Color Harmonies of #337F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F42

Black with #337F42

Text Example


Text Example

White with #337F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,66); }

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

background-color css

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

 a { background-color: rgb(51,127,66); }

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

border-color css

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

 span { border-color: rgb(51,127,66); }

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