Html Css Color HEX #337966 Genoa

📋 copy color: '#337966'

red 51 ◦ green 121 ◦ blue 102

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

Shades of Genoa #337966

Tints of Genoa #337966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.16%

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 18.61%
G = 44.16%
B = 37.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#337966 (or 0x337966) is known color: Genoa. HEX triplet: 33, 79 and 66. RGB value is (51,121,102). Sum of RGB (Red+Green+Blue) = 51+121+102=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #337966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337966 is #CC8699. Grayscale: #616161. Windows color (decimal): -13403802 or 6715699. OLE color: 6715699.

HSL color Cylindrical-coordinate representation of color #337966: hue angle of 163.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337966 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 121 102 -
CMYK 0.58 0 0.16 0.53
HSL 163.71º 0.41% 0.34% -
HSV(B) 163.71º 0.58% 0.47% -
XYZ 10.6 15.34 14.97 -
YUV 97.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 51 121 102 0.58 0 0.16 0.53 163.71 0.41 0.34
Hex 33 79 66 3A 0 10 35 A4 29 22
Octal 63 171 146 72 0 20 65 244 51 42
Binary 110011 1111001 1100110 111010 0 10000 110101 10100100 101001 100010

Color Harmonies of #337966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337966

Black with #337966

Text Example


Text Example

White with #337966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337966; }

 p { color: rgb(51,121,102); }

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

background-color css

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

 a { background-color: rgb(51,121,102); }

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

border-color css

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

 span { border-color: rgb(51,121,102); }

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