#26752D

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

Shades of San Felix #26752D

Tints of San Felix #26752D

Color information

#26752D (or 0x26752D) is unknown color: approx San Felix. HEX triplet: 26, 75 and 2D. RGB value is (38,117,45). Sum of RGB (Red+Green+Blue) = 38+117+45=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #26752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26752D is #D98AD2. Grayscale: #555555. Windows color (decimal): -14256851 or 2979110. OLE color: 2979110.

HSL color Cylindrical-coordinate representation of color #26752D: hue angle of 125.32º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26752D is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB3811745-
CMYK0.6800.620.54
HSL125.32º50.97%30.39%-
HSV(B)125.32º67.52%45.88%-
XYZ7.6313.324.65-
YUV85.17105.3394.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=19%
G=58.5%
B=22.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38117450.6800.620.54125.3250.9730.39
Hex26752D4403E367d331e
Octal4616555104076661756336
Binary100110111010110110110001000111110110110111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26752D; }

 p { color: rgb(38,117,45); }

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

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

 a { background-color: rgb(38,117,45); }

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

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

 span { border-color: rgb(38,117,45); }

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