Html Css Color HEX #277566 Genoa

📋 copy color: '#277566'

red 39 ◦ green 117 ◦ blue 102

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

Shades of Genoa #277566

Tints of Genoa #277566

RGB

 RED value IS 39 (15.63% from 255) = 15.12%

 GREEN value IS 117 (46.09% from 255) = 45.35%

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

R = 15.12%
G = 45.35%
B = 39.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#277566 (or 0x277566) is known color: Genoa. HEX triplet: 27, 75 and 66. RGB value is (39,117,102). Sum of RGB (Red+Green+Blue) = 39+117+102=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #277566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277566 is #D88A99. Grayscale: #5B5B5B. Windows color (decimal): -14191258 or 6714663. OLE color: 6714663.

HSL color Cylindrical-coordinate representation of color #277566: hue angle of 168.46º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277566 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 117 102 -
CMYK 0.67 0 0.13 0.54
HSL 168.46º 0.5% 0.31% -
HSV(B) 168.46º 0.67% 0.46% -
XYZ 9.6 14.11 14.79 -
YUV 91.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 39 117 102 0.67 0 0.13 0.54 168.46 0.5 0.31
Hex 27 75 66 43 0 D 36 A8 32 1F
Octal 47 165 146 103 0 15 66 250 62 37
Binary 100111 1110101 1100110 1000011 0 1101 110110 10101000 110010 11111

Color Harmonies of #277566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277566

Black with #277566

Text Example


Text Example

White with #277566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277566; }

 p { color: rgb(39,117,102); }

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

background-color css

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

 a { background-color: rgb(39,117,102); }

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

border-color css

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

 span { border-color: rgb(39,117,102); }

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