Html Css Color HEX #277463 Genoa

📋 copy color: '#277463'

red 39 ◦ green 116 ◦ blue 99

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

Shades of Genoa #277463

Tints of Genoa #277463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 15.35%
G = 45.67%
B = 38.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#277463 (or 0x277463) is known color: Genoa. HEX triplet: 27, 74 and 63. RGB value is (39,116,99). Sum of RGB (Red+Green+Blue) = 39+116+99=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #277463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277463 is #D88B9C. Grayscale: #5B5B5B. Windows color (decimal): -14191517 or 6517799. OLE color: 6517799.

HSL color Cylindrical-coordinate representation of color #277463: hue angle of 166.75º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277463 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 116 99 -
CMYK 0.66 0 0.15 0.55
HSL 166.75º 0.5% 0.3% -
HSV(B) 166.75º 0.66% 0.45% -
XYZ 9.33 13.82 13.98 -
YUV 91.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 39 116 99 0.66 0 0.15 0.55 166.75 0.5 0.3
Hex 27 74 63 42 0 F 37 A7 32 1E
Octal 47 164 143 102 0 17 67 247 62 36
Binary 100111 1110100 1100011 1000010 0 1111 110111 10100111 110010 11110

Color Harmonies of #277463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277463

Black with #277463

Text Example


Text Example

White with #277463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277463; }

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

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

background-color css

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

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

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

border-color css

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

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

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