Html Css Color HEX #42483B Armadillo

📋 copy color: '#42483B'

red 66 ◦ green 72 ◦ blue 59

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

Shades of Armadillo #42483B

Tints of Armadillo #42483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 59 (23.44% from 255) = 29.95%

R = 33.5%
G = 36.55%
B = 29.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#42483B (or 0x42483B) is known color: 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

RGB 66 72 59 -
CMYK 0.08 0 0.18 0.72
HSL 87.69º 0.1% 0.26% -
HSV(B) 87.69º 0.18% 0.28% -
XYZ 5.35 6.11 5.03 -
YUV 68.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 66 72 59 0.08 0 0.18 0.72 87.69 0.1 0.26
Hex 42 48 3B 8 0 12 48 58 A 1A
Octal 102 110 73 10 0 22 110 130 12 32
Binary 1000010 1001000 111011 1000 0 10010 1001000 1011000 1010 11010

Color Harmonies of #42483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42483B

Black with #42483B

Text Example


Text Example

White with #42483B

Text Example


Text Example

HTML Codes & Css Web 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>