#267163

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

Shades of Genoa #267163

Tints of Genoa #267163

Color information

#267163 (or 0x267163) is unknown color: approx Genoa. HEX triplet: 26, 71 and 63. RGB value is (38,113,99). Sum of RGB (Red+Green+Blue) = 38+113+99=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #267163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267163 is #D98E9C. Grayscale: #585858. Windows color (decimal): -14257821 or 6517030. OLE color: 6517030.

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

Color convert

RGB3811399-
CMYK0.6600.120.56
HSL168.8º49.67%29.61%-
HSV(B)168.8º66.37%44.31%-
XYZ8.9613.1213.87-
YUV88.98133.6591.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=15.2%
G=45.2%
B=39.6%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38113990.6600.120.56168.849.6729.61
Hex267163420C38a9321e
Octal46161143102014702516236
Binary100110111000111000111000010011001110001010100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267163; }

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

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

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

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

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

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

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

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