#304540

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

Shades of Gable Green #304540

Tints of Gable Green #304540

Color information

#304540 (or 0x304540) is unknown color: approx Gable Green. HEX triplet: 30, 45 and 40. RGB value is (48,69,64). Sum of RGB (Red+Green+Blue) = 48+69+64=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 69 - color contains mainly: green. Hex color #304540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304540 is #CFBABF. Grayscale: #3E3E3E. Windows color (decimal): -13613760 or 4212016. OLE color: 4212016.

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

Color convert

RGB486964-
CMYK0.3000.070.73
HSL165.71º17.95%22.94%-
HSV(B)165.71º30.43%27.06%-
XYZ4.275.255.64-
YUV62.15129.04117.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=26.52%
G=38.12%
B=35.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869640.3000.070.73165.7117.9522.94
Hex3045401E0749a61217
Octal6010510036071112462227
Binary110000100010110000001111001111001001101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304540; }

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

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

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

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

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

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

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

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