#304636

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

Shades of Timber Green #304636

Tints of Timber Green #304636

Color information

#304636 (or 0x304636) is unknown color: approx Timber Green. HEX triplet: 30, 46 and 36. RGB value is (48,70,54). Sum of RGB (Red+Green+Blue) = 48+70+54=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #304636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304636 is #CFB9C9. Grayscale: #3D3D3D. Windows color (decimal): -13613514 or 3556912. OLE color: 3556912.

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

Color convert

RGB487054-
CMYK0.3100.230.73
HSL136.36º18.64%23.14%-
HSV(B)136.36º31.43%27.45%-
XYZ4.075.284.29-
YUV61.6123.71118.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=27.91%
G=40.70%
B=31.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870540.3100.230.73136.3618.6423.14
Hex3046361F01749881317
Octal6010666370271112102327
Binary1100001000110110110111110101111001001100010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304636; }

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

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

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

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

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

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

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

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