#26631B

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

Shades of San Felix #26631B

Tints of San Felix #26631B

Color information

#26631B (or 0x26631B) is unknown color: approx San Felix. HEX triplet: 26, 63 and 1B. RGB value is (38,99,27). Sum of RGB (Red+Green+Blue) = 38+99+27=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #26631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26631B is #D99CE4. Grayscale: #484848. Windows color (decimal): -14261477 or 1794854. OLE color: 1794854.

HSL color Cylindrical-coordinate representation of color #26631B: hue angle of 110.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26631B is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB389927-
CMYK0.6200.730.61
HSL110.83º57.14%24.71%-
HSV(B)110.83º72.73%38.82%-
XYZ5.469.412.57-
YUV72.55102.29103.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 99 (39.06% from 255) = 60.37%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=23.17%
G=60.37%
B=16.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899270.6200.730.61110.8357.1424.71
Hex26631B3E0493D6f3919
Octal4614333760111751577131
Binary10011011000111101111111001001001111101110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26631B; }

 p { color: rgb(38,99,27); }

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

<style>
 a { background-color: #26631B; }

 a { background-color: rgb(38,99,27); }

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

<style>
 span { border-color: #26631B; }

 span { border-color: rgb(38,99,27); }

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