#43614A

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

Shades of Mineral Green #43614A

Tints of Mineral Green #43614A

Color information

#43614A (or 0x43614A) is unknown color: approx Mineral Green. HEX triplet: 43, 61 and 4A. RGB value is (67,97,74). Sum of RGB (Red+Green+Blue) = 67+97+74=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #43614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43614A is #BC9EB5. Grayscale: #555555. Windows color (decimal): -12361398 or 4874563. OLE color: 4874563.

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

Color convert

RGB679774-
CMYK0.3100.240.62
HSL134º18.29%32.16%-
HSV(B)134º30.93%38.04%-
XYZ7.8310.248.04-
YUV85.41121.56114.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=28.15%
G=40.76%
B=31.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6797740.3100.240.6213418.2932.16
Hex43614A1F0183E861220
Octal10314111237030762062240
Binary100001111000011001010111110110001111101000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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