#26413F

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

Shades of Gable Green #26413F

Tints of Gable Green #26413F

Color information

#26413F (or 0x26413F) is unknown color: approx Gable Green. HEX triplet: 26, 41 and 3F. RGB value is (38,65,63). Sum of RGB (Red+Green+Blue) = 38+65+63=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #26413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26413F is #D9BEC0. Grayscale: #383838. Windows color (decimal): -14270145 or 4145446. OLE color: 4145446.

HSL color Cylindrical-coordinate representation of color #26413F: hue angle of 175.56º 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 #26413F is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB386563-
CMYK0.4200.030.75
HSL175.56º26.21%20.2%-
HSV(B)175.56º41.54%25.49%-
XYZ3.594.555.39-
YUV56.7131.55114.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 63 (25% from 255) = 37.95%
R=22.89%
G=39.16%
B=37.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865630.4200.030.75175.5626.2120.2
Hex26413F2A034Bb01a14
Octal461017752031132603224
Binary10011010000011111111010100111001011101100001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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