Html Css Color HEX #446529 Dell

📋 copy color: '#446529'

red 68 ◦ green 101 ◦ blue 41

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

Shades of Dell #446529

Tints of Dell #446529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.1%

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 32.38%
G = 48.1%
B = 19.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#446529 (or 0x446529) is known color: Dell. HEX triplet: 44, 65 and 29. RGB value is (68,101,41). Sum of RGB (Red+Green+Blue) = 68+101+41=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #446529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446529 is #BB9AD6. Grayscale: #545454. Windows color (decimal): -12294871 or 2712900. OLE color: 2712900.

HSL color Cylindrical-coordinate representation of color #446529: hue angle of 93º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #446529 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 101 41 -
CMYK 0.33 0 0.59 0.60
HSL 93º 0.42% 0.28% -
HSV(B) 93º 0.59% 0.4% -
XYZ 7.44 10.7 3.77 -
YUV 84.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 68 101 41 0.33 0 0.59 0.60 93 0.42 0.28
Hex 44 65 29 21 0 3B 3C 5D 2A 1C
Octal 104 145 51 41 0 73 74 135 52 34
Binary 1000100 1100101 101001 100001 0 111011 111100 1011101 101010 11100

Color Harmonies of #446529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446529

Black with #446529

Text Example


Text Example

White with #446529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446529; }

 p { color: rgb(68,101,41); }

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

background-color css

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

 a { background-color: rgb(68,101,41); }

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

border-color css

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

 span { border-color: rgb(68,101,41); }

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