Html Css Color HEX #277565 Genoa

📋 copy color: '#277565'

red 39 ◦ green 117 ◦ blue 101

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

Shades of Genoa #277565

Tints of Genoa #277565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 15.18%
G = 45.53%
B = 39.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#277565 (or 0x277565) is known color: Genoa. HEX triplet: 27, 75 and 65. RGB value is (39,117,101). Sum of RGB (Red+Green+Blue) = 39+117+101=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #277565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277565 is #D88A9A. Grayscale: #5B5B5B. Windows color (decimal): -14191259 or 6649127. OLE color: 6649127.

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

Color convert

RGB 39 117 101 -
CMYK 0.67 0 0.14 0.54
HSL 167.69º 0.5% 0.31% -
HSV(B) 167.69º 0.67% 0.46% -
XYZ 9.55 14.09 14.53 -
YUV 91.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 39 117 101 0.67 0 0.14 0.54 167.69 0.5 0.31
Hex 27 75 65 43 0 E 36 A8 32 1F
Octal 47 165 145 103 0 16 66 250 62 37
Binary 100111 1110101 1100101 1000011 0 1110 110110 10101000 110010 11111

Color Harmonies of #277565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277565

Black with #277565

Text Example


Text Example

White with #277565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277565; }

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

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

background-color css

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

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

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

border-color css

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

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

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