Html Css Color HEX #40433D Armadillo

📋 copy color: '#40433D'

red 64 ◦ green 67 ◦ blue 61

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

Shades of Armadillo #40433D

Tints of Armadillo #40433D

RGB

 RED value IS 64 (25.39% from 255) = 33.33%

 GREEN value IS 67 (26.56% from 255) = 34.9%

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

R = 33.33%
G = 34.9%
B = 31.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#40433D (or 0x40433D) is known color: Armadillo. HEX triplet: 40, 43 and 3D. RGB value is (64,67,61). Sum of RGB (Red+Green+Blue) = 64+67+61=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 67 - color contains mainly: green. Hex color #40433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40433D is #BFBCC2. Grayscale: #414141. Windows color (decimal): -12565699 or 4014912. OLE color: 4014912.

HSL color Cylindrical-coordinate representation of color #40433D: hue angle of 90º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #40433D is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 61 -
CMYK 0.04 0 0.09 0.74
HSL 90º 0.05% 0.25% -
HSV(B) 90º 0.09% 0.26% -
XYZ 4.96 5.44 5.2 -
YUV 65.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 64 67 61 0.04 0 0.09 0.74 90 0.05 0.25
Hex 40 43 3D 4 0 9 4A 5A 5 19
Octal 100 103 75 4 0 11 112 132 5 31
Binary 1000000 1000011 111101 100 0 1001 1001010 1011010 101 11001

Color Harmonies of #40433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40433D

Black with #40433D

Text Example


Text Example

White with #40433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,67,61); }

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

background-color css

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

 a { background-color: rgb(64,67,61); }

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

border-color css

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

 span { border-color: rgb(64,67,61); }

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