#26712C

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

Shades of San Felix #26712C

Tints of San Felix #26712C

Color information

#26712C (or 0x26712C) is unknown color: approx San Felix. HEX triplet: 26, 71 and 2C. RGB value is (38,113,44). Sum of RGB (Red+Green+Blue) = 38+113+44=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #26712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26712C is #D98ED3. Grayscale: #525252. Windows color (decimal): -14257876 or 2912550. OLE color: 2912550.

HSL color Cylindrical-coordinate representation of color #26712C: hue angle of 124.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26712C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB3811344-
CMYK0.6600.610.56
HSL124.8º49.67%29.61%-
HSV(B)124.8º66.37%44.31%-
XYZ7.1612.44.4-
YUV82.71106.1596.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 113 (44.53% from 255) = 57.95%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=19.49%
G=57.95%
B=22.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38113440.6600.610.56124.849.6729.61
Hex26712C4203D387d321e
Octal4616154102075701756236
Binary100110111000110110010000100111101111000111110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26712C; }

 p { color: rgb(38,113,44); }

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

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

 a { background-color: rgb(38,113,44); }

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

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

 span { border-color: rgb(38,113,44); }

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