Html Css Color HEX #337670 Genoa

📋 copy color: '#337670'

red 51 ◦ green 118 ◦ blue 112

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

Shades of Genoa #337670

Tints of Genoa #337670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

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

R = 18.15%
G = 41.99%
B = 39.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#337670 (or 0x337670) is known color: Genoa. HEX triplet: 33, 76 and 70. RGB value is (51,118,112). Sum of RGB (Red+Green+Blue) = 51+118+112=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #337670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337670 is #CC898F. Grayscale: #616161. Windows color (decimal): -13404560 or 7370291. OLE color: 7370291.

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

Color convert

RGB 51 118 112 -
CMYK 0.57 0 0.05 0.54
HSL 174.63º 0.4% 0.33% -
HSV(B) 174.63º 0.57% 0.46% -
XYZ 10.77 14.83 17.62 -
YUV 97.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 51 118 112 0.57 0 0.05 0.54 174.63 0.4 0.33
Hex 33 76 70 39 0 5 36 AF 28 21
Octal 63 166 160 71 0 5 66 257 50 41
Binary 110011 1110110 1110000 111001 0 101 110110 10101111 101000 100001

Color Harmonies of #337670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337670

Black with #337670

Text Example


Text Example

White with #337670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337670; }

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

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

background-color css

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

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

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

border-color css

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

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

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