Html Css Color HEX #277064 Genoa

📋 copy color: '#277064'

red 39 ◦ green 112 ◦ blue 100

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

Shades of Genoa #277064

Tints of Genoa #277064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.84%

R = 15.54%
G = 44.62%
B = 39.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#277064 (or 0x277064) is known color: Genoa. HEX triplet: 27, 70 and 64. RGB value is (39,112,100). Sum of RGB (Red+Green+Blue) = 39+112+100=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #277064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277064 is #D88F9B. Grayscale: #585858. Windows color (decimal): -14192540 or 6582311. OLE color: 6582311.

HSL color Cylindrical-coordinate representation of color #277064: hue angle of 170.14º 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 #277064 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 100 -
CMYK 0.65 0 0.11 0.56
HSL 170.14º 0.48% 0.3% -
HSV(B) 170.14º 0.65% 0.44% -
XYZ 8.93 12.94 14.08 -
YUV 88.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 39 112 100 0.65 0 0.11 0.56 170.14 0.48 0.3
Hex 27 70 64 41 0 B 38 AA 30 1E
Octal 47 160 144 101 0 13 70 252 60 36
Binary 100111 1110000 1100100 1000001 0 1011 111000 10101010 110000 11110

Color Harmonies of #277064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277064

Black with #277064

Text Example


Text Example

White with #277064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277064; }

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

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

background-color css

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

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

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

border-color css

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

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

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