#277368

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

Shades of Genoa #277368

Tints of Genoa #277368

Color information

#277368 (or 0x277368) is unknown color: approx Genoa. HEX triplet: 27, 73 and 68. RGB value is (39,115,104). Sum of RGB (Red+Green+Blue) = 39+115+104=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #277368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277368 is #D88C97. Grayscale: #5A5A5A. Windows color (decimal): -14191768 or 6845223. OLE color: 6845223.

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

Color convert

RGB39115104-
CMYK0.6600.100.55
HSL171.32º49.35%30.2%-
HSV(B)171.32º66.09%45.1%-
XYZ9.4713.6915.24-
YUV91.02135.3290.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=15.12%
G=44.57%
B=40.31%

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
Decimal391151040.6600.100.55171.3249.3530.2
Hex277368420A37ab311e
Octal47163150102012672536136
Binary100111111001111010001000010010101101111010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277368; }

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

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

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

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

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

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

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

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