#5F7852

Color #5F7852 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #5F7852

Tints of Axolotl #5F7852

Color information

#5F7852 (or 0x5F7852) is unknown color: approx Axolotl. HEX triplet: 5F, 78 and 52. RGB value is (95,120,82). Sum of RGB (Red+Green+Blue) = 95+120+82=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #5F7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7852 is #A087AD. Grayscale: #6C6C6C. Windows color (decimal): -10520494 or 5404767. OLE color: 5404767.

HSL color Cylindrical-coordinate representation of color #5F7852: hue angle of 99.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F7852 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB9512082-
CMYK0.2100.320.53
HSL99.47º18.81%39.61%-
HSV(B)99.47º31.67%47.06%-
XYZ12.9616.4810.48-
YUV108.19113.22118.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=31.99%
G=40.40%
B=27.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120820.2100.320.5399.4718.8139.61
Hex5F78521502035631328
Octal13717012225040651432350
Binary101111111110001010010101010100000110101110001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F7852;
 }
 .AnyTagClassName
 {
   color: #5F7852;
 }
</style>
background-color css

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

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

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

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

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

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