#266427

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

Shades of San Felix #266427

Tints of San Felix #266427

Color information

#266427 (or 0x266427) is unknown color: approx San Felix. HEX triplet: 26, 64 and 27. RGB value is (38,100,39). Sum of RGB (Red+Green+Blue) = 38+100+39=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #266427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266427 is #D99BD8. Grayscale: #4A4A4A. Windows color (decimal): -14261209 or 2581542. OLE color: 2581542.

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

Color convert

RGB3810039-
CMYK0.6200.610.61
HSL120.97º44.93%27.06%-
HSV(B)120.97º62%39.22%-
XYZ5.729.673.48-
YUV74.51107.96101.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 100 (39.45% from 255) = 56.50%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=21.47%
G=56.50%
B=22.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38100390.6200.610.61120.9744.9327.06
Hex2664273E03D3D792d1b
Octal461444776075751715533
Binary10011011001001001111111100111101111101111100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266427; }

 p { color: rgb(38,100,39); }

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

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

 a { background-color: rgb(38,100,39); }

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

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

 span { border-color: rgb(38,100,39); }

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