#257267

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

Shades of Genoa #257267

Tints of Genoa #257267

Color information

#257267 (or 0x257267) is unknown color: approx Genoa. HEX triplet: 25, 72 and 67. RGB value is (37,114,103). Sum of RGB (Red+Green+Blue) = 37+114+103=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #257267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257267 is #DA8D98. Grayscale: #595959. Windows color (decimal): -14323097 or 6779429. OLE color: 6779429.

HSL color Cylindrical-coordinate representation of color #257267: hue angle of 171.43º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257267 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB37114103-
CMYK0.6800.100.55
HSL171.43º50.99%29.61%-
HSV(B)171.43º67.54%44.71%-
XYZ9.2313.4114.93-
YUV89.72135.4990.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=14.57%
G=44.88%
B=40.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371141030.6800.100.55171.4350.9929.61
Hex257267440A37ab331e
Octal45162147104012672536336
Binary100101111001011001111000100010101101111010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257267; }

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

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

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

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

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

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

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

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