Html Css Color HEX #337870 Genoa

📋 copy color: '#337870'

red 51 ◦ green 120 ◦ blue 112

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

Shades of Genoa #337870

Tints of Genoa #337870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 18.02%
G = 42.4%
B = 39.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#337870 (or 0x337870) is known color: Genoa. HEX triplet: 33, 78 and 70. RGB value is (51,120,112). Sum of RGB (Red+Green+Blue) = 51+120+112=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #337870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337870 is #CC878F. Grayscale: #626262. Windows color (decimal): -13404048 or 7370803. OLE color: 7370803.

HSL color Cylindrical-coordinate representation of color #337870: hue angle of 173.04º 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 #337870 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 120 112 -
CMYK 0.58 0 0.07 0.53
HSL 173.04º 0.4% 0.34% -
HSV(B) 173.04º 0.58% 0.47% -
XYZ 11.01 15.31 17.7 -
YUV 98.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 51 120 112 0.58 0 0.07 0.53 173.04 0.4 0.34
Hex 33 78 70 3A 0 7 35 AD 28 22
Octal 63 170 160 72 0 7 65 255 50 42
Binary 110011 1111000 1110000 111010 0 111 110101 10101101 101000 100010

Color Harmonies of #337870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337870

Black with #337870

Text Example


Text Example

White with #337870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337870; }

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

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

background-color css

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

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

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

border-color css

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

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

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