Html Css Color HEX #337760 Genoa

📋 copy color: '#337760'

red 51 ◦ green 119 ◦ blue 96

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

Shades of Genoa #337760

Tints of Genoa #337760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 19.17%
G = 44.74%
B = 36.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#337760 (or 0x337760) is known color: Genoa. HEX triplet: 33, 77 and 60. RGB value is (51,119,96). Sum of RGB (Red+Green+Blue) = 51+119+96=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #337760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337760 is #CC889F. Grayscale: #606060. Windows color (decimal): -13404320 or 6321971. OLE color: 6321971.

HSL color Cylindrical-coordinate representation of color #337760: hue angle of 159.71º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337760 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 96 -
CMYK 0.57 0 0.19 0.53
HSL 159.71º 0.4% 0.33% -
HSV(B) 159.71º 0.57% 0.47% -
XYZ 10.07 14.74 13.38 -
YUV 96.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 51 119 96 0.57 0 0.19 0.53 159.71 0.4 0.33
Hex 33 77 60 39 0 13 35 A0 28 21
Octal 63 167 140 71 0 23 65 240 50 41
Binary 110011 1110111 1100000 111001 0 10011 110101 10100000 101000 100001

Color Harmonies of #337760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337760

Black with #337760

Text Example


Text Example

White with #337760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337760; }

 p { color: rgb(51,119,96); }

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

background-color css

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

 a { background-color: rgb(51,119,96); }

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

border-color css

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

 span { border-color: rgb(51,119,96); }

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