#304640

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

Shades of Gable Green #304640

Tints of Gable Green #304640

Color information

#304640 (or 0x304640) is unknown color: approx Gable Green. HEX triplet: 30, 46 and 40. RGB value is (48,70,64). Sum of RGB (Red+Green+Blue) = 48+70+64=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #304640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304640 is #CFB9BF. Grayscale: #3E3E3E. Windows color (decimal): -13613504 or 4212272. OLE color: 4212272.

HSL color Cylindrical-coordinate representation of color #304640: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304640 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB487064-
CMYK0.3100.090.73
HSL163.64º18.64%23.14%-
HSV(B)163.64º31.43%27.45%-
XYZ4.335.385.66-
YUV62.74128.71117.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=26.37%
G=38.46%
B=35.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870640.3100.090.73163.6418.6423.14
Hex3046401F0949a41317
Octal60106100370111112442327
Binary1100001000110100000011111010011001001101001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304640; }

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

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

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

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

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

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

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

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