Html Css Color HEX #42483D Armadillo

📋 copy color: '#42483D'

red 66 ◦ green 72 ◦ blue 61

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

Shades of Armadillo #42483D

Tints of Armadillo #42483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 33.17%
G = 36.18%
B = 30.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#42483D (or 0x42483D) is known color: Armadillo. HEX triplet: 42, 48 and 3D. RGB value is (66,72,61). Sum of RGB (Red+Green+Blue) = 66+72+61=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #42483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42483D is #BDB7C2. Grayscale: #444444. Windows color (decimal): -12433347 or 4016194. OLE color: 4016194.

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

Color convert

RGB 66 72 61 -
CMYK 0.08 0 0.15 0.72
HSL 92.73º 0.08% 0.26% -
HSV(B) 92.73º 0.15% 0.28% -
XYZ 5.41 6.13 5.31 -
YUV 68.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 66 72 61 0.08 0 0.15 0.72 92.73 0.08 0.26
Hex 42 48 3D 8 0 F 48 5D 8 1A
Octal 102 110 75 10 0 17 110 135 10 32
Binary 1000010 1001000 111101 1000 0 1111 1001000 1011101 1000 11010

Color Harmonies of #42483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42483D

Black with #42483D

Text Example


Text Example

White with #42483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42483D;
 }
 .AnyTagClassName
 {
   color: #42483D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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