#266025

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

Shades of San Felix #266025

Tints of San Felix #266025

Color information

#266025 (or 0x266025) is unknown color: approx San Felix. HEX triplet: 26, 60 and 25. RGB value is (38,96,37). Sum of RGB (Red+Green+Blue) = 38+96+37=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #266025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266025 is #D99FDA. Grayscale: #484848. Windows color (decimal): -14262235 or 2449446. OLE color: 2449446.

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

Color convert

RGB389637-
CMYK0.6000.610.62
HSL118.98º44.36%26.08%-
HSV(B)118.98º61.46%37.65%-
XYZ5.328.913.19-
YUV71.93108.28103.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=22.22%
G=56.14%
B=21.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896370.6000.610.62118.9844.3626.08
Hex2660253C03D3E772c1a
Octal461404574075761675432
Binary10011011000001001011111000111101111110111011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266025; }

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

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

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

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

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

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

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

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