Html Css Color HEX #337570 Genoa

📋 copy color: '#337570'

red 51 ◦ green 117 ◦ blue 112

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

Shades of Genoa #337570

Tints of Genoa #337570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

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

R = 18.21%
G = 41.79%
B = 40%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#337570 (or 0x337570) is known color: Genoa. HEX triplet: 33, 75 and 70. RGB value is (51,117,112). Sum of RGB (Red+Green+Blue) = 51+117+112=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #337570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337570 is #CC8A8F. Grayscale: #606060. Windows color (decimal): -13404816 or 7370035. OLE color: 7370035.

HSL color Cylindrical-coordinate representation of color #337570: hue angle of 175.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337570 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 112 -
CMYK 0.56 0 0.04 0.54
HSL 175.45º 0.39% 0.33% -
HSV(B) 175.45º 0.56% 0.46% -
XYZ 10.65 14.6 17.59 -
YUV 96.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 51 117 112 0.56 0 0.04 0.54 175.45 0.39 0.33
Hex 33 75 70 38 0 4 36 AF 27 21
Octal 63 165 160 70 0 4 66 257 47 41
Binary 110011 1110101 1110000 111000 0 100 110110 10101111 100111 100001

Color Harmonies of #337570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337570

Black with #337570

Text Example


Text Example

White with #337570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337570; }

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

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

background-color css

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

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

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

border-color css

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

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

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