#26762E

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

Shades of San Felix #26762E

Tints of San Felix #26762E

Color information

#26762E (or 0x26762E) is unknown color: approx San Felix. HEX triplet: 26, 76 and 2E. RGB value is (38,118,46). Sum of RGB (Red+Green+Blue) = 38+118+46=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #26762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26762E is #D989D1. Grayscale: #565656. Windows color (decimal): -14256594 or 3044902. OLE color: 3044902.

HSL color Cylindrical-coordinate representation of color #26762E: hue angle of 126º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26762E is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB3811846-
CMYK0.6800.610.54
HSL126º51.28%30.59%-
HSV(B)126º67.8%46.27%-
XYZ7.7713.574.79-
YUV85.87105.593.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 118 (46.48% from 255) = 58.42%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=18.81%
G=58.42%
B=22.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118460.6800.610.5412651.2830.59
Hex26762E4403D367e331f
Octal4616656104075661766337
Binary100110111011010111010001000111101110110111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,118,46); }

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

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

 a { background-color: rgb(38,118,46); }

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

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

 span { border-color: rgb(38,118,46); }

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