#267162

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

Shades of Genoa #267162

Tints of Genoa #267162

Color information

#267162 (or 0x267162) is unknown color: approx Genoa. HEX triplet: 26, 71 and 62. RGB value is (38,113,98). Sum of RGB (Red+Green+Blue) = 38+113+98=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #267162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267162 is #D98E9D. Grayscale: #585858. Windows color (decimal): -14257822 or 6451494. OLE color: 6451494.

HSL color Cylindrical-coordinate representation of color #267162: hue angle of 168º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267162 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB3811398-
CMYK0.6600.130.56
HSL168º49.67%29.61%-
HSV(B)168º66.37%44.31%-
XYZ8.9113.113.62-
YUV88.86133.1591.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=15.26%
G=45.38%
B=39.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38113980.6600.130.5616849.6729.61
Hex267162420D38a8321e
Octal46161142102015702506236
Binary100110111000111000101000010011011110001010100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267162; }

 p { color: rgb(38,113,98); }

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

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

 a { background-color: rgb(38,113,98); }

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

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

 span { border-color: rgb(38,113,98); }

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