#266525

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

Shades of San Felix #266525

Tints of San Felix #266525

Color information

#266525 (or 0x266525) is unknown color: approx San Felix. HEX triplet: 26, 65 and 25. RGB value is (38,101,37). Sum of RGB (Red+Green+Blue) = 38+101+37=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #266525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266525 is #D99ADA. Grayscale: #4B4B4B. Windows color (decimal): -14260955 or 2450726. OLE color: 2450726.

HSL color Cylindrical-coordinate representation of color #266525: hue angle of 119.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266525 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB3810137-
CMYK0.6200.630.60
HSL119.06º46.38%27.06%-
HSV(B)119.06º63.37%39.61%-
XYZ5.799.853.35-
YUV74.87106.63101.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 101 (39.84% from 255) = 57.39%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=21.59%
G=57.39%
B=21.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38101370.6200.630.60119.0646.3827.06
Hex2665253E03F3C772e1b
Octal461454576077741675633
Binary10011011001011001011111100111111111100111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266525; }

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

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

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

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

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

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

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

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