#26413C

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

Shades of Gable Green #26413C

Tints of Gable Green #26413C

Color information

#26413C (or 0x26413C) is unknown color: approx Gable Green. HEX triplet: 26, 41 and 3C. RGB value is (38,65,60). Sum of RGB (Red+Green+Blue) = 38+65+60=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #26413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26413C is #D9BEC3. Grayscale: #383838. Windows color (decimal): -14270148 or 3948838. OLE color: 3948838.

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

Color convert

RGB386560-
CMYK0.4200.080.75
HSL168.89º26.21%20.2%-
HSV(B)168.89º41.54%25.49%-
XYZ3.514.524.96-
YUV56.36130.05114.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=23.31%
G=39.88%
B=36.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865600.4200.080.75168.8926.2120.2
Hex26413C2A084Ba91a14
Octal4610174520101132513224
Binary1001101000001111100101010010001001011101010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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