#26621D

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

Shades of San Felix #26621D

Tints of San Felix #26621D

Color information

#26621D (or 0x26621D) is unknown color: approx San Felix. HEX triplet: 26, 62 and 1D. RGB value is (38,98,29). Sum of RGB (Red+Green+Blue) = 38+98+29=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #26621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26621D is #D99DE2. Grayscale: #484848. Windows color (decimal): -14261731 or 1925670. OLE color: 1925670.

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

Color convert

RGB389829-
CMYK0.6100.700.62
HSL112.17º54.33%24.9%-
HSV(B)112.17º70.41%38.43%-
XYZ5.399.242.66-
YUV72.19103.62103.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=23.03%
G=59.39%
B=17.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898290.6100.700.62112.1754.3324.9
Hex26621D3D0463E703619
Octal4614235750106761606631
Binary10011011000101110111110101000110111110111000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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