#26816E

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

Shades of Genoa #26816E

Tints of Genoa #26816E

Color information

#26816E (or 0x26816E) is unknown color: approx Genoa. HEX triplet: 26, 81 and 6E. RGB value is (38,129,110). Sum of RGB (Red+Green+Blue) = 38+129+110=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #26816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26816E is #D97E91. Grayscale: #636363. Windows color (decimal): -14253714 or 7242022. OLE color: 7242022.

HSL color Cylindrical-coordinate representation of color #26816E: hue angle of 167.47º degrees, saturation: 0.54, 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 #26816E is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB38129110-
CMYK0.7100.150.49
HSL167.47º54.49%32.75%-
HSV(B)167.47º70.54%50.59%-
XYZ11.4617.2417.47-
YUV99.62133.8584.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=13.72%
G=46.57%
B=39.71%

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
Decimal381291100.7100.150.49167.4754.4932.75
Hex26816E470F31a73621
Octal46201156107017612476641
Binary10011010000001110111010001110111111000110100111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26816E; }

 p { color: rgb(38,129,110); }

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

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

 a { background-color: rgb(38,129,110); }

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

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

 span { border-color: rgb(38,129,110); }

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