Html Css Color HEX #58645A Mineral Green

📋 copy color: '#58645A'

red 88 ◦ green 100 ◦ blue 90

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

Shades of Mineral Green #58645A

Tints of Mineral Green #58645A

RGB

 RED value IS 88 (34.77% from 255) = 31.65%

 GREEN value IS 100 (39.45% from 255) = 35.97%

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 31.65%
G = 35.97%
B = 32.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#58645A (or 0x58645A) is known color: Mineral Green. HEX triplet: 58, 64 and 5A. RGB value is (88,100,90). Sum of RGB (Red+Green+Blue) = 88+100+90=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #58645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58645A is #A79BA5. Grayscale: #5F5F5F. Windows color (decimal): -10984358 or 5923928. OLE color: 5923928.

HSL color Cylindrical-coordinate representation of color #58645A: hue angle of 130º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58645A is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 100 90 -
CMYK 0.12 0 0.10 0.61
HSL 130º 0.06% 0.37% -
HSV(B) 130º 0.12% 0.39% -
XYZ 10.43 11.93 11.43 -
YUV 95.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 88 100 90 0.12 0 0.10 0.61 130 0.06 0.37
Hex 58 64 5A C 0 A 3D 82 6 25
Octal 130 144 132 14 0 12 75 202 6 45
Binary 1011000 1100100 1011010 1100 0 1010 111101 10000010 110 100101

Color Harmonies of #58645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58645A

Black with #58645A

Text Example


Text Example

White with #58645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,100,90); }

 H1.HeaderClassName
 {
   color: #58645A;
 }
 .AnyTagClassName
 {
   color: #58645A;
 }
</style>

background-color css

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

 a { background-color: rgb(88,100,90); }

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

border-color css

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

 span { border-color: rgb(88,100,90); }

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