Html Css Color HEX #446432 Dell

📋 copy color: '#446432'

red 68 ◦ green 100 ◦ blue 50

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

Shades of Dell #446432

Tints of Dell #446432

RGB

 RED value IS 68 (26.95% from 255) = 31.19%

 GREEN value IS 100 (39.45% from 255) = 45.87%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 31.19%
G = 45.87%
B = 22.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#446432 (or 0x446432) is known color: Dell. HEX triplet: 44, 64 and 32. RGB value is (68,100,50). Sum of RGB (Red+Green+Blue) = 68+100+50=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #446432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446432 is #BB9BCD. Grayscale: #545454. Windows color (decimal): -12295118 or 3302468. OLE color: 3302468.

HSL color Cylindrical-coordinate representation of color #446432: hue angle of 98.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446432 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 100 50 -
CMYK 0.32 0 0.50 0.61
HSL 98.4º 0.33% 0.29% -
HSV(B) 98.4º 0.5% 0.39% -
XYZ 7.52 10.57 4.66 -
YUV 84.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 68 100 50 0.32 0 0.50 0.61 98.4 0.33 0.29
Hex 44 64 32 20 0 32 3D 62 21 1D
Octal 104 144 62 40 0 62 75 142 41 35
Binary 1000100 1100100 110010 100000 0 110010 111101 1100010 100001 11101

Color Harmonies of #446432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446432

Black with #446432

Text Example


Text Example

White with #446432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446432; }

 p { color: rgb(68,100,50); }

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

background-color css

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

 a { background-color: rgb(68,100,50); }

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

border-color css

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

 span { border-color: rgb(68,100,50); }

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