#42483C

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

Shades of Armadillo #42483C

Tints of Armadillo #42483C

Color information

#42483C (or 0x42483C) is unknown color: approx Armadillo. HEX triplet: 42, 48 and 3C. RGB value is (66,72,60). Sum of RGB (Red+Green+Blue) = 66+72+60=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #42483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42483C is #BDB7C3. Grayscale: #444444. Windows color (decimal): -12433348 or 3950658. OLE color: 3950658.

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

Color convert

RGB667260-
CMYK0.0800.170.72
HSL90º9.09%25.88%-
HSV(B)90º16.67%28.24%-
XYZ5.386.125.17-
YUV68.84123.01125.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=33.33%
G=36.36%
B=30.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672600.0800.170.72909.0925.88
Hex42483C8011485a91a
Octal10211074100211101321132
Binary10000101001000111100100001000110010001011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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