Html Css Color HEX #337860 Genoa

📋 copy color: '#337860'

red 51 ◦ green 120 ◦ blue 96

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

Shades of Genoa #337860

Tints of Genoa #337860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.94%

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

R = 19.1%
G = 44.94%
B = 35.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#337860 (or 0x337860) is known color: Genoa. HEX triplet: 33, 78 and 60. RGB value is (51,120,96). Sum of RGB (Red+Green+Blue) = 51+120+96=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #337860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337860 is #CC879F. Grayscale: #606060. Windows color (decimal): -13404064 or 6322227. OLE color: 6322227.

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

Color convert

RGB 51 120 96 -
CMYK 0.58 0 0.2 0.53
HSL 159.13º 0.4% 0.34% -
HSV(B) 159.13º 0.58% 0.47% -
XYZ 10.19 14.98 13.42 -
YUV 96.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 51 120 96 0.58 0 0.2 0.53 159.13 0.4 0.34
Hex 33 78 60 3A 0 14 35 9F 28 22
Octal 63 170 140 72 0 24 65 237 50 42
Binary 110011 1111000 1100000 111010 0 10100 110101 10011111 101000 100010

Color Harmonies of #337860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337860

Black with #337860

Text Example


Text Example

White with #337860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337860; }

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

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

background-color css

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

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

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

border-color css

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

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

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