Html Css Color HEX #277760 Genoa

📋 copy color: '#277760'

red 39 ◦ green 119 ◦ blue 96

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

Shades of Genoa #277760

Tints of Genoa #277760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 15.35%
G = 46.85%
B = 37.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#277760 (or 0x277760) is known color: Genoa. HEX triplet: 27, 77 and 60. RGB value is (39,119,96). Sum of RGB (Red+Green+Blue) = 39+119+96=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #277760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277760 is #D8889F. Grayscale: #5C5C5C. Windows color (decimal): -14190752 or 6321959. OLE color: 6321959.

HSL color Cylindrical-coordinate representation of color #277760: hue angle of 162.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277760 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 96 -
CMYK 0.67 0 0.19 0.53
HSL 162.75º 0.51% 0.31% -
HSV(B) 162.75º 0.67% 0.47% -
XYZ 9.54 14.47 13.36 -
YUV 92.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 39 119 96 0.67 0 0.19 0.53 162.75 0.51 0.31
Hex 27 77 60 43 0 13 35 A3 33 1F
Octal 47 167 140 103 0 23 65 243 63 37
Binary 100111 1110111 1100000 1000011 0 10011 110101 10100011 110011 11111

Color Harmonies of #277760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277760

Black with #277760

Text Example


Text Example

White with #277760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277760; }

 p { color: rgb(39,119,96); }

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

background-color css

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

 a { background-color: rgb(39,119,96); }

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

border-color css

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

 span { border-color: rgb(39,119,96); }

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