#43604A

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

Shades of Mineral Green #43604A

Tints of Mineral Green #43604A

Color information

#43604A (or 0x43604A) is unknown color: approx Mineral Green. HEX triplet: 43, 60 and 4A. RGB value is (67,96,74). Sum of RGB (Red+Green+Blue) = 67+96+74=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #43604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43604A is #BC9FB5. Grayscale: #545454. Windows color (decimal): -12361654 or 4874307. OLE color: 4874307.

HSL color Cylindrical-coordinate representation of color #43604A: hue angle of 134.48º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43604A is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB679674-
CMYK0.3000.230.62
HSL134.48º17.79%31.96%-
HSV(B)134.48º30.21%37.65%-
XYZ7.7310.058.01-
YUV84.82121.89115.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.27%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=28.27%
G=40.51%
B=31.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796740.3000.230.62134.4817.7931.96
Hex43604A1E0173E861220
Octal10314011236027762062240
Binary100001111000001001010111100101111111101000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43604A; }

 p { color: rgb(67,96,74); }

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

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

 a { background-color: rgb(67,96,74); }

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

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

 span { border-color: rgb(67,96,74); }

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