#267063

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

Shades of Genoa #267063

Tints of Genoa #267063

Color information

#267063 (or 0x267063) is unknown color: approx Genoa. HEX triplet: 26, 70 and 63. RGB value is (38,112,99). Sum of RGB (Red+Green+Blue) = 38+112+99=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #267063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267063 is #D98F9C. Grayscale: #585858. Windows color (decimal): -14258077 or 6516774. OLE color: 6516774.

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

Color convert

RGB3811299-
CMYK0.6600.120.56
HSL169.46º49.33%29.41%-
HSV(B)169.46º66.07%43.92%-
XYZ8.8512.913.83-
YUV88.39133.9892.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=15.26%
G=44.98%
B=39.76%

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
Decimal38112990.6600.120.56169.4649.3329.41
Hex267063420C38a9311d
Octal46160143102014702516135
Binary100110111000011000111000010011001110001010100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267063; }

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

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

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

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

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

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

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

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