#26413B

Color #26413B Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #26413B

Tints of Gable Green #26413B

Color information

#26413B (or 0x26413B) is unknown color: approx Gable Green. HEX triplet: 26, 41 and 3B. RGB value is (38,65,59). Sum of RGB (Red+Green+Blue) = 38+65+59=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #26413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26413B is #D9BEC4. Grayscale: #383838. Windows color (decimal): -14270149 or 3883302. OLE color: 3883302.

HSL color Cylindrical-coordinate representation of color #26413B: hue angle of 166.67º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26413B is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB386559-
CMYK0.4200.090.75
HSL166.67º26.21%20.2%-
HSV(B)166.67º41.54%25.49%-
XYZ3.484.514.82-
YUV56.24129.55114.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=23.46%
G=40.12%
B=36.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865590.4200.090.75166.6726.2120.2
Hex26413B2A094Ba71a14
Octal4610173520111132473224
Binary1001101000001111011101010010011001011101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26413B; }

 p { color: rgb(38,65,59); }

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

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

 a { background-color: rgb(38,65,59); }

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

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

 span { border-color: rgb(38,65,59); }

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