Html Css Color HEX #42493C Armadillo

📋 copy color: '#42493C'

red 66 ◦ green 73 ◦ blue 60

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

Shades of Armadillo #42493C

Tints of Armadillo #42493C

RGB

 RED value IS 66 (26.17% from 255) = 33.17%

 GREEN value IS 73 (28.91% from 255) = 36.68%

 BLUE value IS 60 (23.83% from 255) = 30.15%

R = 33.17%
G = 36.68%
B = 30.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#42493C (or 0x42493C) is known color: Armadillo. HEX triplet: 42, 49 and 3C. RGB value is (66,73,60). Sum of RGB (Red+Green+Blue) = 66+73+60=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 73 - color contains mainly: green. Hex color #42493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42493C is #BDB6C3. Grayscale: #454545. Windows color (decimal): -12433092 or 3950914. OLE color: 3950914.

HSL color Cylindrical-coordinate representation of color #42493C: hue angle of 92.31º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42493C is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 60 -
CMYK 0.10 0 0.18 0.71
HSL 92.31º 0.1% 0.26% -
HSV(B) 92.31º 0.18% 0.29% -
XYZ 5.44 6.25 5.19 -
YUV 69.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 66 73 60 0.10 0 0.18 0.71 92.31 0.1 0.26
Hex 42 49 3C A 0 12 47 5C A 1A
Octal 102 111 74 12 0 22 107 134 12 32
Binary 1000010 1001001 111100 1010 0 10010 1000111 1011100 1010 11010

Color Harmonies of #42493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42493C

Black with #42493C

Text Example


Text Example

White with #42493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42493C;
 }
 .AnyTagClassName
 {
   color: #42493C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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