#266724

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

Shades of San Felix #266724

Tints of San Felix #266724

Color information

#266724 (or 0x266724) is unknown color: approx San Felix. HEX triplet: 26, 67 and 24. RGB value is (38,103,36). Sum of RGB (Red+Green+Blue) = 38+103+36=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #266724 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266724 is #D998DB. Grayscale: #4C4C4C. Windows color (decimal): -14260444 or 2385702. OLE color: 2385702.

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

Color convert

RGB3810336-
CMYK0.6300.650.60
HSL118.21º48.2%27.25%-
HSV(B)118.21º65.05%40.39%-
XYZ5.9710.243.33-
YUV75.93105.47100.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=21.47%
G=58.19%
B=20.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38103360.6300.650.60118.2148.227.25
Hex2667243F0413C76301b
Octal4614744770101741666033
Binary100110110011110010011111101000001111100111011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266724; }

 p { color: rgb(38,103,36); }

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

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

 a { background-color: rgb(38,103,36); }

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

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

 span { border-color: rgb(38,103,36); }

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