#42483B

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

Shades of Armadillo #42483B

Tints of Armadillo #42483B

Color information

#42483B (or 0x42483B) is unknown color: approx Armadillo. HEX triplet: 42, 48 and 3B. RGB value is (66,72,59). Sum of RGB (Red+Green+Blue) = 66+72+59=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #42483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42483B is #BDB7C4. Grayscale: #444444. Windows color (decimal): -12433349 or 3885122. OLE color: 3885122.

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

Color convert

RGB667259-
CMYK0.0800.180.72
HSL87.69º9.92%25.69%-
HSV(B)87.69º18.06%28.24%-
XYZ5.356.115.03-
YUV68.72122.51126.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=33.50%
G=36.55%
B=29.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672590.0800.180.7287.699.9225.69
Hex42483B80124858a1a
Octal10211073100221101301232
Binary10000101001000111011100001001010010001011000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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