Html Css Color HEX #5F7352 Axolotl

📋 copy color: '#5F7352'

red 95 ◦ green 115 ◦ blue 82

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

Shades of Axolotl #5F7352

Tints of Axolotl #5F7352

RGB

 RED value IS 95 (37.5% from 255) = 32.53%

 GREEN value IS 115 (45.31% from 255) = 39.38%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 32.53%
G = 39.38%
B = 28.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#5F7352 (or 0x5F7352) is known color: Axolotl. HEX triplet: 5F, 73 and 52. RGB value is (95,115,82). Sum of RGB (Red+Green+Blue) = 95+115+82=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7352 is #A08CAD. Grayscale: #696969. Windows color (decimal): -10521774 or 5403487. OLE color: 5403487.

HSL color Cylindrical-coordinate representation of color #5F7352: hue angle of 96.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F7352 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 82 -
CMYK 0.17 0 0.29 0.55
HSL 96.36º 0.17% 0.39% -
HSV(B) 96.36º 0.29% 0.45% -
XYZ 12.37 15.3 10.28 -
YUV 105.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 95 115 82 0.17 0 0.29 0.55 96.36 0.17 0.39
Hex 5F 73 52 11 0 1D 37 60 11 27
Octal 137 163 122 21 0 35 67 140 21 47
Binary 1011111 1110011 1010010 10001 0 11101 110111 1100000 10001 100111

Color Harmonies of #5F7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7352

Black with #5F7352

Text Example


Text Example

White with #5F7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7352; }

 p { color: rgb(95,115,82); }

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

background-color css

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

 a { background-color: rgb(95,115,82); }

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

border-color css

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

 span { border-color: rgb(95,115,82); }

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