#26651B

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

Shades of San Felix #26651B

Tints of San Felix #26651B

Color information

#26651B (or 0x26651B) is unknown color: approx San Felix. HEX triplet: 26, 65 and 1B. RGB value is (38,101,27). Sum of RGB (Red+Green+Blue) = 38+101+27=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 101 (39.84% from 255 or 60.84% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 101 - color contains mainly: green. Hex color #26651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26651B is #D99AE4. Grayscale: #494949. Windows color (decimal): -14260965 or 1795366. OLE color: 1795366.

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

Color convert

RGB3810127-
CMYK0.6200.730.60
HSL111.08º57.81%25.1%-
HSV(B)111.08º73.27%39.61%-
XYZ5.659.82.63-
YUV73.73101.63102.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 101 (39.84% from 255) = 60.84%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=22.89%
G=60.84%
B=16.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38101270.6200.730.60111.0857.8125.1
Hex26651B3E0493C6f3a19
Octal4614533760111741577231
Binary10011011001011101111111001001001111100110111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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