Html Css Color HEX #52675A Mineral Green

📋 copy color: '#52675A'

red 82 ◦ green 103 ◦ blue 90

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

Shades of Mineral Green #52675A

Tints of Mineral Green #52675A

RGB

 RED value IS 82 (32.42% from 255) = 29.82%

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

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

R = 29.82%
G = 37.45%
B = 32.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#52675A (or 0x52675A) is known color: Mineral Green. HEX triplet: 52, 67 and 5A. RGB value is (82,103,90). Sum of RGB (Red+Green+Blue) = 82+103+90=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #52675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52675A is #AD98A5. Grayscale: #5F5F5F. Windows color (decimal): -11376806 or 5924690. OLE color: 5924690.

HSL color Cylindrical-coordinate representation of color #52675A: hue angle of 142.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52675A is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 90 -
CMYK 0.20 0 0.13 0.60
HSL 142.86º 0.11% 0.36% -
HSV(B) 142.86º 0.2% 0.4% -
XYZ 10.18 12.23 11.5 -
YUV 95.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 82 103 90 0.20 0 0.13 0.60 142.86 0.11 0.36
Hex 52 67 5A 14 0 D 3C 8F B 24
Octal 122 147 132 24 0 15 74 217 13 44
Binary 1010010 1100111 1011010 10100 0 1101 111100 10001111 1011 100100

Color Harmonies of #52675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52675A

Black with #52675A

Text Example


Text Example

White with #52675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,103,90); }

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

background-color css

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

 a { background-color: rgb(82,103,90); }

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

border-color css

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

 span { border-color: rgb(82,103,90); }

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