Html Css Color HEX #42473F Armadillo

📋 copy color: '#42473F'

red 66 ◦ green 71 ◦ blue 63

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

Shades of Armadillo #42473F

Tints of Armadillo #42473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 33%
G = 35.5%
B = 31.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#42473F (or 0x42473F) is known color: Armadillo. HEX triplet: 42, 47 and 3F. RGB value is (66,71,63). Sum of RGB (Red+Green+Blue) = 66+71+63=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #42473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42473F is #BDB8C0. Grayscale: #444444. Windows color (decimal): -12433601 or 4147010. OLE color: 4147010.

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

Color convert

RGB 66 71 63 -
CMYK 0.07 0 0.11 0.72
HSL 97.5º 0.06% 0.26% -
HSV(B) 97.5º 0.11% 0.28% -
XYZ 5.4 6.02 5.58 -
YUV 68.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 66 71 63 0.07 0 0.11 0.72 97.5 0.06 0.26
Hex 42 47 3F 7 0 B 48 62 6 1A
Octal 102 107 77 7 0 13 110 142 6 32
Binary 1000010 1000111 111111 111 0 1011 1001000 1100010 110 11010

Color Harmonies of #42473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42473F

Black with #42473F

Text Example


Text Example

White with #42473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42473F;
 }
 .AnyTagClassName
 {
   color: #42473F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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