#284540

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

Shades of Gable Green #284540

Tints of Gable Green #284540

Color information

#284540 (or 0x284540) is unknown color: approx Gable Green. HEX triplet: 28, 45 and 40. RGB value is (40,69,64). Sum of RGB (Red+Green+Blue) = 40+69+64=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #284540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284540 is #D7BABF. Grayscale: #3B3B3B. Windows color (decimal): -14138048 or 4212008. OLE color: 4212008.

HSL color Cylindrical-coordinate representation of color #284540: hue angle of 169.66º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #284540 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB406964-
CMYK0.4200.070.73
HSL169.66º26.61%21.37%-
HSV(B)169.66º42.03%27.06%-
XYZ3.935.085.62-
YUV59.76130.39113.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=23.12%
G=39.88%
B=36.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069640.4200.070.73169.6626.6121.37
Hex2845402A0749aa1b15
Octal5010510052071112523325
Binary1010001000101100000010101001111001001101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284540; }

 p { color: rgb(40,69,64); }

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

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

 a { background-color: rgb(40,69,64); }

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

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

 span { border-color: rgb(40,69,64); }

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