Html Css Color HEX #277569 Genoa

📋 copy color: '#277569'

red 39 ◦ green 117 ◦ blue 105

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

Shades of Genoa #277569

Tints of Genoa #277569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.23%

R = 14.94%
G = 44.83%
B = 40.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#277569 (or 0x277569) is known color: Genoa. HEX triplet: 27, 75 and 69. RGB value is (39,117,105). Sum of RGB (Red+Green+Blue) = 39+117+105=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #277569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277569 is #D88A96. Grayscale: #5C5C5C. Windows color (decimal): -14191255 or 6911271. OLE color: 6911271.

HSL color Cylindrical-coordinate representation of color #277569: hue angle of 170.77º 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 #277569 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 117 105 -
CMYK 0.67 0 0.10 0.54
HSL 170.77º 0.5% 0.31% -
HSV(B) 170.77º 0.67% 0.46% -
XYZ 9.75 14.17 15.59 -
YUV 92.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 39 117 105 0.67 0 0.10 0.54 170.77 0.5 0.31
Hex 27 75 69 43 0 A 36 AB 32 1F
Octal 47 165 151 103 0 12 66 253 62 37
Binary 100111 1110101 1101001 1000011 0 1010 110110 10101011 110010 11111

Color Harmonies of #277569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277569

Black with #277569

Text Example


Text Example

White with #277569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277569; }

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

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

background-color css

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

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

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

border-color css

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

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

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