Html Css Color HEX #42483A Armadillo

📋 copy color: '#42483A'

red 66 ◦ green 72 ◦ blue 58

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

Shades of Armadillo #42483A

Tints of Armadillo #42483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.59%

R = 33.67%
G = 36.73%
B = 29.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#42483A (or 0x42483A) is known color: Armadillo. HEX triplet: 42, 48 and 3A. RGB value is (66,72,58). Sum of RGB (Red+Green+Blue) = 66+72+58=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #42483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42483A is #BDB7C5. Grayscale: #444444. Windows color (decimal): -12433350 or 3819586. OLE color: 3819586.

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

Color convert

RGB 66 72 58 -
CMYK 0.08 0 0.19 0.72
HSL 85.71º 0.11% 0.25% -
HSV(B) 85.71º 0.19% 0.28% -
XYZ 5.33 6.1 4.9 -
YUV 68.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 66 72 58 0.08 0 0.19 0.72 85.71 0.11 0.25
Hex 42 48 3A 8 0 13 48 56 B 19
Octal 102 110 72 10 0 23 110 126 13 31
Binary 1000010 1001000 111010 1000 0 10011 1001000 1010110 1011 11001

Color Harmonies of #42483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42483A

Black with #42483A

Text Example


Text Example

White with #42483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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