Html Css Color HEX #337F6D Genoa

📋 copy color: '#337F6D'

red 51 ◦ green 127 ◦ blue 109

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

Shades of Genoa #337F6D

Tints of Genoa #337F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 17.77%
G = 44.25%
B = 37.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#337F6D (or 0x337F6D) is known color: Genoa. HEX triplet: 33, 7F and 6D. RGB value is (51,127,109). Sum of RGB (Red+Green+Blue) = 51+127+109=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #337F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F6D is #CC8092. Grayscale: #666666. Windows color (decimal): -13402259 or 7175987. OLE color: 7175987.

HSL color Cylindrical-coordinate representation of color #337F6D: hue angle of 165.79º 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 #337F6D is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 109 -
CMYK 0.60 0 0.14 0.50
HSL 165.79º 0.43% 0.35% -
HSV(B) 165.79º 0.6% 0.5% -
XYZ 11.71 16.99 17.13 -
YUV 102.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 51 127 109 0.60 0 0.14 0.50 165.79 0.43 0.35
Hex 33 7F 6D 3C 0 E 32 A6 2B 23
Octal 63 177 155 74 0 16 62 246 53 43
Binary 110011 1111111 1101101 111100 0 1110 110010 10100110 101011 100011

Color Harmonies of #337F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F6D

Black with #337F6D

Text Example


Text Example

White with #337F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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