#266225

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

Shades of San Felix #266225

Tints of San Felix #266225

Color information

#266225 (or 0x266225) is unknown color: approx San Felix. HEX triplet: 26, 62 and 25. RGB value is (38,98,37). Sum of RGB (Red+Green+Blue) = 38+98+37=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #266225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266225 is #D99DDA. Grayscale: #494949. Windows color (decimal): -14261723 or 2449958. OLE color: 2449958.

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

Color convert

RGB389837-
CMYK0.6100.620.62
HSL119.02º45.19%26.47%-
HSV(B)119.02º62.24%38.43%-
XYZ5.59.283.25-
YUV73.11107.62102.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=21.97%
G=56.65%
B=21.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898370.6100.620.62119.0245.1926.47
Hex2662253D03E3E772d1a
Octal461424575076761675532
Binary10011011000101001011111010111110111110111011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266225; }

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

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

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

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

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

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

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

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