#42483F

Color #42483F Armadillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Armadillo #42483F

Tints of Armadillo #42483F

Color information

#42483F (or 0x42483F) is unknown color: approx Armadillo. HEX triplet: 42, 48 and 3F. RGB value is (66,72,63). Sum of RGB (Red+Green+Blue) = 66+72+63=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #42483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42483F is #BDB7C0. Grayscale: #454545. Windows color (decimal): -12433345 or 4147266. OLE color: 4147266.

HSL color Cylindrical-coordinate representation of color #42483F: hue angle of 100º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42483F is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB667263-
CMYK0.0800.120.72
HSL100º6.67%26.47%-
HSV(B)100º12.5%28.24%-
XYZ5.466.155.6-
YUV69.18124.51125.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 63 (25% from 255) = 31.34%
R=32.84%
G=35.82%
B=31.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672630.0800.120.721006.6726.47
Hex42483F80C486471a
Octal1021107710014110144732
Binary100001010010001111111000011001001000110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42483F; }

 p { color: rgb(66,72,63); }

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

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

 a { background-color: rgb(66,72,63); }

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

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

 span { border-color: rgb(66,72,63); }

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