Html Css Color HEX #536256 Mineral Green

📋 copy color: '#536256'

red 83 ◦ green 98 ◦ blue 86

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

Shades of Mineral Green #536256

Tints of Mineral Green #536256

RGB

 RED value IS 83 (32.81% from 255) = 31.09%

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 31.09%
G = 36.7%
B = 32.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#536256 (or 0x536256) is known color: Mineral Green. HEX triplet: 53, 62 and 56. RGB value is (83,98,86). Sum of RGB (Red+Green+Blue) = 83+98+86=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #536256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536256 is #AC9DA9. Grayscale: #5C5C5C. Windows color (decimal): -11312554 or 5661267. OLE color: 5661267.

HSL color Cylindrical-coordinate representation of color #536256: hue angle of 132º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #536256 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 86 -
CMYK 0.15 0 0.12 0.62
HSL 132º 0.08% 0.35% -
HSV(B) 132º 0.15% 0.38% -
XYZ 9.61 11.25 10.47 -
YUV 92.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 83 98 86 0.15 0 0.12 0.62 132 0.08 0.35
Hex 53 62 56 F 0 C 3E 84 8 23
Octal 123 142 126 17 0 14 76 204 10 43
Binary 1010011 1100010 1010110 1111 0 1100 111110 10000100 1000 100011

Color Harmonies of #536256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536256

Black with #536256

Text Example


Text Example

White with #536256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536256; }

 p { color: rgb(83,98,86); }

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

background-color css

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

 a { background-color: rgb(83,98,86); }

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

border-color css

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

 span { border-color: rgb(83,98,86); }

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