#26692E

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

Shades of San Felix #26692E

Tints of San Felix #26692E

Color information

#26692E (or 0x26692E) is unknown color: approx San Felix. HEX triplet: 26, 69 and 2E. RGB value is (38,105,46). Sum of RGB (Red+Green+Blue) = 38+105+46=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #26692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26692E is #D996D1. Grayscale: #4E4E4E. Windows color (decimal): -14259922 or 3041574. OLE color: 3041574.

HSL color Cylindrical-coordinate representation of color #26692E: hue angle of 127.16º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26692E is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB3810546-
CMYK0.6400.560.59
HSL127.16º46.85%28.04%-
HSV(B)127.16º63.81%41.18%-
XYZ6.3410.714.32-
YUV78.24109.899.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=20.11%
G=55.56%
B=24.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105460.6400.560.59127.1646.8528.04
Hex26692E400383B7f2f1c
Octal4615156100070731775734
Binary100110110100110111010000000111000111011111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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