Html Css Color HEX #337A71 Genoa

📋 copy color: '#337A71'

red 51 ◦ green 122 ◦ blue 113

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

Shades of Genoa #337A71

Tints of Genoa #337A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.66%

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 17.83%
G = 42.66%
B = 39.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#337A71 (or 0x337A71) is known color: Genoa. HEX triplet: 33, 7A and 71. RGB value is (51,122,113). Sum of RGB (Red+Green+Blue) = 51+122+113=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #337A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A71 is #CC858E. Grayscale: #636363. Windows color (decimal): -13403535 or 7436851. OLE color: 7436851.

HSL color Cylindrical-coordinate representation of color #337A71: hue angle of 172.39º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A71 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 113 -
CMYK 0.58 0 0.07 0.52
HSL 172.39º 0.41% 0.34% -
HSV(B) 172.39º 0.58% 0.48% -
XYZ 11.31 15.82 18.08 -
YUV 99.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 51 122 113 0.58 0 0.07 0.52 172.39 0.41 0.34
Hex 33 7A 71 3A 0 7 34 AC 29 22
Octal 63 172 161 72 0 7 64 254 51 42
Binary 110011 1111010 1110001 111010 0 111 110100 10101100 101001 100010

Color Harmonies of #337A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A71

Black with #337A71

Text Example


Text Example

White with #337A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,122,113); }

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

background-color css

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

 a { background-color: rgb(51,122,113); }

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

border-color css

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

 span { border-color: rgb(51,122,113); }

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