#267164

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

Shades of Genoa #267164

Tints of Genoa #267164

Color information

#267164 (or 0x267164) is unknown color: approx Genoa. HEX triplet: 26, 71 and 64. RGB value is (38,113,100). Sum of RGB (Red+Green+Blue) = 38+113+100=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #267164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267164 is #D98E9B. Grayscale: #595959. Windows color (decimal): -14257820 or 6582566. OLE color: 6582566.

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

Color convert

RGB38113100-
CMYK0.6600.120.56
HSL169.6º49.67%29.61%-
HSV(B)169.6º66.37%44.31%-
XYZ913.1414.12-
YUV89.09134.1591.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=15.14%
G=45.02%
B=39.84%

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
Decimal381131000.6600.120.56169.649.6729.61
Hex267164420C38aa321e
Octal46161144102014702526236
Binary100110111000111001001000010011001110001010101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267164; }

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

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

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

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

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

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

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

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