Html Css Color HEX #377966 Genoa

📋 copy color: '#377966'

red 55 ◦ green 121 ◦ blue 102

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

Shades of Genoa #377966

Tints of Genoa #377966

RGB

 RED value IS 55 (21.88% from 255) = 19.78%

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

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

R = 19.78%
G = 43.53%
B = 36.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#377966 (or 0x377966) is known color: Genoa. HEX triplet: 37, 79 and 66. RGB value is (55,121,102). Sum of RGB (Red+Green+Blue) = 55+121+102=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #377966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377966 is #C88699. Grayscale: #636363. Windows color (decimal): -13141658 or 6715703. OLE color: 6715703.

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

Color convert

RGB 55 121 102 -
CMYK 0.55 0 0.16 0.53
HSL 162.73º 0.38% 0.35% -
HSV(B) 162.73º 0.55% 0.47% -
XYZ 10.81 15.45 14.98 -
YUV 99.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 55 121 102 0.55 0 0.16 0.53 162.73 0.38 0.35
Hex 37 79 66 37 0 10 35 A3 26 23
Octal 67 171 146 67 0 20 65 243 46 43
Binary 110111 1111001 1100110 110111 0 10000 110101 10100011 100110 100011

Color Harmonies of #377966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377966

Black with #377966

Text Example


Text Example

White with #377966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377966; }

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

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

background-color css

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

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

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

border-color css

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

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

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