#284542

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

Shades of Gable Green #284542

Tints of Gable Green #284542

Color information

#284542 (or 0x284542) is unknown color: approx Gable Green. HEX triplet: 28, 45 and 42. RGB value is (40,69,66). Sum of RGB (Red+Green+Blue) = 40+69+66=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #284542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284542 is #D7BABD. Grayscale: #3B3B3B. Windows color (decimal): -14138046 or 4343080. OLE color: 4343080.

HSL color Cylindrical-coordinate representation of color #284542: hue angle of 173.79º 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 #284542 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB406966-
CMYK0.4200.040.73
HSL173.79º26.61%21.37%-
HSV(B)173.79º42.03%27.06%-
XYZ3.995.15.93-
YUV59.99131.39113.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=22.86%
G=39.43%
B=37.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069660.4200.040.73173.7926.6121.37
Hex2845422A0449ae1b15
Octal5010510252041112563325
Binary1010001000101100001010101001001001001101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284542; }

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

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

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

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

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

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

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

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