#277369

Color #277369 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #277369

Tints of Genoa #277369

Color information

#277369 (or 0x277369) is unknown color: approx Genoa. HEX triplet: 27, 73 and 69. RGB value is (39,115,105). Sum of RGB (Red+Green+Blue) = 39+115+105=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #277369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277369 is #D88C96. Grayscale: #5B5B5B. Windows color (decimal): -14191767 or 6910759. OLE color: 6910759.

HSL color Cylindrical-coordinate representation of color #277369: hue angle of 172.11º degrees, saturation: 0.49, 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 #277369 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB39115105-
CMYK0.6600.090.55
HSL172.11º49.35%30.2%-
HSV(B)172.11º66.09%45.1%-
XYZ9.5213.7115.51-
YUV91.14135.8290.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=15.06%
G=44.40%
B=40.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391151050.6600.090.55172.1149.3530.2
Hex277369420937ac311e
Octal47163151102011672546136
Binary100111111001111010011000010010011101111010110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277369; }

 p { color: rgb(39,115,105); }

 H1.HeaderClassName
 {
   color: #277369;
 }
 .AnyTagClassName
 {
   color: #277369;
 }
</style>
background-color css

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

 a { background-color: rgb(39,115,105); }

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

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

 span { border-color: rgb(39,115,105); }

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