Html Css Color HEX #337D6E Genoa

📋 copy color: '#337D6E'

red 51 ◦ green 125 ◦ blue 110

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

Shades of Genoa #337D6E

Tints of Genoa #337D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 17.83%
G = 43.71%
B = 38.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#337D6E (or 0x337D6E) is known color: Genoa. HEX triplet: 33, 7D and 6E. RGB value is (51,125,110). Sum of RGB (Red+Green+Blue) = 51+125+110=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #337D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D6E is #CC8291. Grayscale: #656565. Windows color (decimal): -13402770 or 7241011. OLE color: 7241011.

HSL color Cylindrical-coordinate representation of color #337D6E: hue angle of 167.84º 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 #337D6E is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 125 110 -
CMYK 0.59 0 0.12 0.51
HSL 167.84º 0.42% 0.35% -
HSV(B) 167.84º 0.59% 0.49% -
XYZ 11.51 16.5 17.33 -
YUV 101.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 51 125 110 0.59 0 0.12 0.51 167.84 0.42 0.35
Hex 33 7D 6E 3B 0 C 33 A8 2A 23
Octal 63 175 156 73 0 14 63 250 52 43
Binary 110011 1111101 1101110 111011 0 1100 110011 10101000 101010 100011

Color Harmonies of #337D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D6E

Black with #337D6E

Text Example


Text Example

White with #337D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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