#26672D

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

Shades of San Felix #26672D

Tints of San Felix #26672D

Color information

#26672D (or 0x26672D) is unknown color: approx San Felix. HEX triplet: 26, 67 and 2D. RGB value is (38,103,45). Sum of RGB (Red+Green+Blue) = 38+103+45=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #26672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26672D is #D998D2. Grayscale: #4D4D4D. Windows color (decimal): -14260435 or 2975526. OLE color: 2975526.

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

Color convert

RGB3810345-
CMYK0.6300.560.60
HSL126.46º46.1%27.65%-
HSV(B)126.46º63.11%40.39%-
XYZ6.1210.34.15-
YUV76.95109.97100.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 103 (40.62% from 255) = 55.38%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=20.43%
G=55.38%
B=24.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38103450.6300.560.60126.4646.127.65
Hex26672D3F0383C7e2e1c
Octal461475577070741765634
Binary10011011001111011011111110111000111100111111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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