#304D46

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

Shades of Gable Green #304D46

Tints of Gable Green #304D46

Color information

#304D46 (or 0x304D46) is unknown color: approx Gable Green. HEX triplet: 30, 4D and 46. RGB value is (48,77,70). Sum of RGB (Red+Green+Blue) = 48+77+70=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #304D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D46 is #CFB2B9. Grayscale: #434343. Windows color (decimal): -13611706 or 4607280. OLE color: 4607280.

HSL color Cylindrical-coordinate representation of color #304D46: hue angle of 165.52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D46 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB487770-
CMYK0.3800.090.70
HSL165.52º23.2%24.51%-
HSV(B)165.52º37.66%30.2%-
XYZ4.986.386.76-
YUV67.53129.39114.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=24.62%
G=39.49%
B=35.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877700.3800.090.70165.5223.224.51
Hex304D46260946a61719
Octal60115106460111062462731
Binary11000010011011000110100110010011000110101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304D46; }

 p { color: rgb(48,77,70); }

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

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

 a { background-color: rgb(48,77,70); }

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

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

 span { border-color: rgb(48,77,70); }

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