Html Css Color HEX #277063 Genoa

📋 copy color: '#277063'

red 39 ◦ green 112 ◦ blue 99

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

Shades of Genoa #277063

Tints of Genoa #277063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 15.6%
G = 44.8%
B = 39.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#277063 (or 0x277063) is known color: Genoa. HEX triplet: 27, 70 and 63. RGB value is (39,112,99). Sum of RGB (Red+Green+Blue) = 39+112+99=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #277063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277063 is #D88F9C. Grayscale: #585858. Windows color (decimal): -14192541 or 6516775. OLE color: 6516775.

HSL color Cylindrical-coordinate representation of color #277063: hue angle of 169.32º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277063 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 99 -
CMYK 0.65 0 0.12 0.56
HSL 169.32º 0.48% 0.3% -
HSV(B) 169.32º 0.65% 0.44% -
XYZ 8.88 12.92 13.83 -
YUV 88.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 39 112 99 0.65 0 0.12 0.56 169.32 0.48 0.3
Hex 27 70 63 41 0 C 38 A9 30 1E
Octal 47 160 143 101 0 14 70 251 60 36
Binary 100111 1110000 1100011 1000001 0 1100 111000 10101001 110000 11110

Color Harmonies of #277063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277063

Black with #277063

Text Example


Text Example

White with #277063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277063; }

 p { color: rgb(39,112,99); }

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

background-color css

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

 a { background-color: rgb(39,112,99); }

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

border-color css

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

 span { border-color: rgb(39,112,99); }

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