#277267

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

Shades of Genoa #277267

Tints of Genoa #277267

Color information

#277267 (or 0x277267) is unknown color: approx Genoa. HEX triplet: 27, 72 and 67. RGB value is (39,114,103). Sum of RGB (Red+Green+Blue) = 39+114+103=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #277267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277267 is #D88D98. Grayscale: #5A5A5A. Windows color (decimal): -14192025 or 6779431. OLE color: 6779431.

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

Color convert

RGB39114103-
CMYK0.6600.100.55
HSL171.2º49.02%30%-
HSV(B)171.2º65.79%44.71%-
XYZ9.313.4514.94-
YUV90.32135.1591.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=15.23%
G=44.53%
B=40.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391141030.6600.100.55171.249.0230
Hex277267420A37ab311e
Octal47162147102012672536136
Binary100111111001011001111000010010101101111010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277267; }

 p { color: rgb(39,114,103); }

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

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

 a { background-color: rgb(39,114,103); }

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

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

 span { border-color: rgb(39,114,103); }

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