Html Css Color HEX #277761 Genoa

📋 copy color: '#277761'

red 39 ◦ green 119 ◦ blue 97

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

Shades of Genoa #277761

Tints of Genoa #277761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 15.29%
G = 46.67%
B = 38.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#277761 (or 0x277761) is known color: Genoa. HEX triplet: 27, 77 and 61. RGB value is (39,119,97). Sum of RGB (Red+Green+Blue) = 39+119+97=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #277761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277761 is #D8889E. Grayscale: #5C5C5C. Windows color (decimal): -14190751 or 6387495. OLE color: 6387495.

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

Color convert

RGB 39 119 97 -
CMYK 0.67 0 0.18 0.53
HSL 163.5º 0.51% 0.31% -
HSV(B) 163.5º 0.67% 0.47% -
XYZ 9.59 14.49 13.6 -
YUV 92.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 39 119 97 0.67 0 0.18 0.53 163.5 0.51 0.31
Hex 27 77 61 43 0 12 35 A4 33 1F
Octal 47 167 141 103 0 22 65 244 63 37
Binary 100111 1110111 1100001 1000011 0 10010 110101 10100100 110011 11111

Color Harmonies of #277761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277761

Black with #277761

Text Example


Text Example

White with #277761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277761; }

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

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

background-color css

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

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

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

border-color css

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

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

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