Html Css Color HEX #337370 Genoa

📋 copy color: '#337370'

red 51 ◦ green 115 ◦ blue 112

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

Shades of Genoa #337370

Tints of Genoa #337370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

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

R = 18.35%
G = 41.37%
B = 40.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#337370 (or 0x337370) is known color: Genoa. HEX triplet: 33, 73 and 70. RGB value is (51,115,112). Sum of RGB (Red+Green+Blue) = 51+115+112=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #337370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337370 is #CC8C8F. Grayscale: #5F5F5F. Windows color (decimal): -13405328 or 7369523. OLE color: 7369523.

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

Color convert

RGB 51 115 112 -
CMYK 0.56 0 0.03 0.55
HSL 177.19º 0.39% 0.33% -
HSV(B) 177.19º 0.56% 0.45% -
XYZ 10.42 14.14 17.51 -
YUV 95.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 51 115 112 0.56 0 0.03 0.55 177.19 0.39 0.33
Hex 33 73 70 38 0 3 37 B1 27 21
Octal 63 163 160 70 0 3 67 261 47 41
Binary 110011 1110011 1110000 111000 0 11 110111 10110001 100111 100001

Color Harmonies of #337370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337370

Black with #337370

Text Example


Text Example

White with #337370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337370; }

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

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

background-color css

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

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

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

border-color css

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

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

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