Html Css Color HEX #45674E Mineral Green

📋 copy color: '#45674E'

red 69 ◦ green 103 ◦ blue 78

#45674E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #45674E

Tints of Mineral Green #45674E

RGB

 RED value IS 69 (27.34% from 255) = 27.6%

 GREEN value IS 103 (40.63% from 255) = 41.2%

 BLUE value IS 78 (30.86% from 255) = 31.2%

R = 27.6%
G = 41.2%
B = 31.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#45674E (or 0x45674E) is known color: Mineral Green. HEX triplet: 45, 67 and 4E. RGB value is (69,103,78). Sum of RGB (Red+Green+Blue) = 69+103+78=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #45674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45674E is #BA98B1. Grayscale: #5A5A5A. Windows color (decimal): -12228786 or 5138245. OLE color: 5138245.

HSL color Cylindrical-coordinate representation of color #45674E: hue angle of 135.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #45674E is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 103 78 -
CMYK 0.33 0 0.24 0.60
HSL 135.88º 0.2% 0.34% -
HSV(B) 135.88º 0.33% 0.4% -
XYZ 8.68 11.52 8.97 -
YUV 89.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 69 103 78 0.33 0 0.24 0.60 135.88 0.2 0.34
Hex 45 67 4E 21 0 18 3C 88 14 22
Octal 105 147 116 41 0 30 74 210 24 42
Binary 1000101 1100111 1001110 100001 0 11000 111100 10001000 10100 100010

Color Harmonies of #45674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45674E

Black with #45674E

Text Example


Text Example

White with #45674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45674E; }

 p { color: rgb(69,103,78); }

 H1.HeaderClassName
 {
   color: #45674E;
 }
 .AnyTagClassName
 {
   color: #45674E;
 }
</style>

background-color css

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

 a { background-color: rgb(69,103,78); }

 div.DivClassName
 {
   background-color: #45674E;
 }
 .BgClassName
 {
   background-color: #45674E;
 }
</style>

border-color css

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

 span { border-color: rgb(69,103,78); }

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