#266023

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

Shades of San Felix #266023

Tints of San Felix #266023

Color information

#266023 (or 0x266023) is unknown color: approx San Felix. HEX triplet: 26, 60 and 23. RGB value is (38,96,35). Sum of RGB (Red+Green+Blue) = 38+96+35=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #266023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266023 is #D99FDC. Grayscale: #474747. Windows color (decimal): -14262237 or 2318374. OLE color: 2318374.

HSL color Cylindrical-coordinate representation of color #266023: hue angle of 117.05º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266023 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB389635-
CMYK0.6000.640.62
HSL117.05º46.56%25.69%-
HSV(B)117.05º63.54%37.65%-
XYZ5.298.93.03-
YUV71.7107.28103.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=22.49%
G=56.80%
B=20.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896350.6000.640.62117.0546.5625.69
Hex2660233C0403E752f1a
Octal4614043740100761655732
Binary100110110000010001111110001000000111110111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266023; }

 p { color: rgb(38,96,35); }

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

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

 a { background-color: rgb(38,96,35); }

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

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

 span { border-color: rgb(38,96,35); }

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