Html Css Color HEX #536356 Mineral Green

📋 copy color: '#536356'

red 83 ◦ green 99 ◦ blue 86

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

Shades of Mineral Green #536356

Tints of Mineral Green #536356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 30.97%
G = 36.94%
B = 32.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#536356 (or 0x536356) is known color: Mineral Green. HEX triplet: 53, 63 and 56. RGB value is (83,99,86). Sum of RGB (Red+Green+Blue) = 83+99+86=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #536356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536356 is #AC9CA9. Grayscale: #5C5C5C. Windows color (decimal): -11312298 or 5661523. OLE color: 5661523.

HSL color Cylindrical-coordinate representation of color #536356: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536356 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 86 -
CMYK 0.16 0 0.13 0.61
HSL 131.25º 0.09% 0.36% -
HSV(B) 131.25º 0.16% 0.39% -
XYZ 9.71 11.43 10.5 -
YUV 92.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 83 99 86 0.16 0 0.13 0.61 131.25 0.09 0.36
Hex 53 63 56 10 0 D 3D 83 9 24
Octal 123 143 126 20 0 15 75 203 11 44
Binary 1010011 1100011 1010110 10000 0 1101 111101 10000011 1001 100100

Color Harmonies of #536356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536356

Black with #536356

Text Example


Text Example

White with #536356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536356; }

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

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

background-color css

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

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

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

border-color css

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

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

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