#304C45

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

Shades of Gable Green #304C45

Tints of Gable Green #304C45

Color information

#304C45 (or 0x304C45) is unknown color: approx Gable Green. HEX triplet: 30, 4C and 45. RGB value is (48,76,69). Sum of RGB (Red+Green+Blue) = 48+76+69=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #304C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C45 is #CFB3BA. Grayscale: #424242. Windows color (decimal): -13611963 or 4541488. OLE color: 4541488.

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

Color convert

RGB487669-
CMYK0.3700.090.70
HSL165º22.58%24.31%-
HSV(B)165º36.84%29.8%-
XYZ4.886.236.58-
YUV66.83129.22114.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=24.87%
G=39.38%
B=35.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876690.3700.090.7016522.5824.31
Hex304C45250946a51718
Octal60114105450111062452730
Binary11000010011001000101100101010011000110101001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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