Html Css Color HEX #45674F Mineral Green

📋 copy color: '#45674F'

red 69 ◦ green 103 ◦ blue 79

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

Shades of Mineral Green #45674F

Tints of Mineral Green #45674F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.47%

R = 27.49%
G = 41.04%
B = 31.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#45674F (or 0x45674F) is known color: Mineral Green. HEX triplet: 45, 67 and 4F. RGB value is (69,103,79). Sum of RGB (Red+Green+Blue) = 69+103+79=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #45674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45674F is #BA98B0. Grayscale: #5A5A5A. Windows color (decimal): -12228785 or 5203781. OLE color: 5203781.

HSL color Cylindrical-coordinate representation of color #45674F: hue angle of 137.65º 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 #45674F is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 103 79 -
CMYK 0.33 0 0.23 0.60
HSL 137.65º 0.2% 0.34% -
HSV(B) 137.65º 0.33% 0.4% -
XYZ 8.72 11.53 9.16 -
YUV 90.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 69 103 79 0.33 0 0.23 0.60 137.65 0.2 0.34
Hex 45 67 4F 21 0 17 3C 8A 14 22
Octal 105 147 117 41 0 27 74 212 24 42
Binary 1000101 1100111 1001111 100001 0 10111 111100 10001010 10100 100010

Color Harmonies of #45674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45674F

Black with #45674F

Text Example


Text Example

White with #45674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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