#26524A

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

Shades of Gable Green #26524A

Tints of Gable Green #26524A

Color information

#26524A (or 0x26524A) is unknown color: approx Gable Green. HEX triplet: 26, 52 and 4A. RGB value is (38,82,74). Sum of RGB (Red+Green+Blue) = 38+82+74=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #26524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26524A is #D9ADB5. Grayscale: #434343. Windows color (decimal): -14265782 or 4870694. OLE color: 4870694.

HSL color Cylindrical-coordinate representation of color #26524A: hue angle of 169.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26524A is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB388274-
CMYK0.5400.100.68
HSL169.09º36.67%23.53%-
HSV(B)169.09º53.66%32.16%-
XYZ5.056.947.55-
YUV67.93131.42106.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.59%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=19.59%
G=42.27%
B=38.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882740.5400.100.68169.0936.6723.53
Hex26524A360A44a92518
Octal46122112660121042514530
Binary100110101001010010101101100101010001001010100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26524A; }

 p { color: rgb(38,82,74); }

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

<style>
 a { background-color: #26524A; }

 a { background-color: rgb(38,82,74); }

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

<style>
 span { border-color: #26524A; }

 span { border-color: rgb(38,82,74); }

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