Html Css Color HEX #337C70 Genoa

📋 copy color: '#337C70'

red 51 ◦ green 124 ◦ blue 112

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

Shades of Genoa #337C70

Tints of Genoa #337C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.21%

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

R = 17.77%
G = 43.21%
B = 39.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#337C70 (or 0x337C70) is known color: Genoa. HEX triplet: 33, 7C and 70. RGB value is (51,124,112). Sum of RGB (Red+Green+Blue) = 51+124+112=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #337C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C70 is #CC838F. Grayscale: #646464. Windows color (decimal): -13403024 or 7371827. OLE color: 7371827.

HSL color Cylindrical-coordinate representation of color #337C70: hue angle of 170.14º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C70 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 112 -
CMYK 0.59 0 0.10 0.51
HSL 170.14º 0.42% 0.34% -
HSV(B) 170.14º 0.59% 0.49% -
XYZ 11.5 16.29 17.87 -
YUV 100.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 51 124 112 0.59 0 0.10 0.51 170.14 0.42 0.34
Hex 33 7C 70 3B 0 A 33 AA 2A 22
Octal 63 174 160 73 0 12 63 252 52 42
Binary 110011 1111100 1110000 111011 0 1010 110011 10101010 101010 100010

Color Harmonies of #337C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C70

Black with #337C70

Text Example


Text Example

White with #337C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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