#26826F

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

Shades of Genoa #26826F

Tints of Genoa #26826F

Color information

#26826F (or 0x26826F) is unknown color: approx Genoa. HEX triplet: 26, 82 and 6F. RGB value is (38,130,111). Sum of RGB (Red+Green+Blue) = 38+130+111=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #26826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26826F is #D97D90. Grayscale: #646464. Windows color (decimal): -14253457 or 7307814. OLE color: 7307814.

HSL color Cylindrical-coordinate representation of color #26826F: hue angle of 167.61º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26826F is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB38130111-
CMYK0.7100.150.49
HSL167.61º54.76%32.94%-
HSV(B)167.61º70.77%50.98%-
XYZ11.6517.5317.81-
YUV100.33134.0283.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=13.62%
G=46.59%
B=39.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381301110.7100.150.49167.6154.7632.94
Hex26826F470F31a83721
Octal46202157107017612506741
Binary10011010000010110111110001110111111000110101000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26826F; }

 p { color: rgb(38,130,111); }

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

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

 a { background-color: rgb(38,130,111); }

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

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

 span { border-color: rgb(38,130,111); }

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