#26621C

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

Shades of San Felix #26621C

Tints of San Felix #26621C

Color information

#26621C (or 0x26621C) is unknown color: approx San Felix. HEX triplet: 26, 62 and 1C. RGB value is (38,98,28). Sum of RGB (Red+Green+Blue) = 38+98+28=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #26621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26621C is #D99DE3. Grayscale: #484848. Windows color (decimal): -14261732 or 1860134. OLE color: 1860134.

HSL color Cylindrical-coordinate representation of color #26621C: hue angle of 111.43º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26621C is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB389828-
CMYK0.6100.710.62
HSL111.43º55.56%24.71%-
HSV(B)111.43º71.43%38.43%-
XYZ5.389.232.6-
YUV72.08103.12103.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=23.17%
G=59.76%
B=17.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898280.6100.710.62111.4355.5624.71
Hex26621C3D0473E6f3819
Octal4614234750107761577031
Binary10011011000101110011110101000111111110110111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,98,28); }

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

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

 a { background-color: rgb(38,98,28); }

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

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

 span { border-color: rgb(38,98,28); }

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