Html Css Color HEX #446036 Dell

📋 copy color: '#446036'

red 68 ◦ green 96 ◦ blue 54

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

Shades of Dell #446036

Tints of Dell #446036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 31.19%
G = 44.04%
B = 24.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#446036 (or 0x446036) is known color: Dell. HEX triplet: 44, 60 and 36. RGB value is (68,96,54). Sum of RGB (Red+Green+Blue) = 68+96+54=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #446036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446036 is #BB9FC9. Grayscale: #525252. Windows color (decimal): -12296138 or 3563588. OLE color: 3563588.

HSL color Cylindrical-coordinate representation of color #446036: hue angle of 100º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446036 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 54 -
CMYK 0.29 0 0.44 0.62
HSL 100º 0.28% 0.29% -
HSV(B) 100º 0.44% 0.38% -
XYZ 7.23 9.86 5.01 -
YUV 82.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 68 96 54 0.29 0 0.44 0.62 100 0.28 0.29
Hex 44 60 36 1D 0 2C 3E 64 1C 1D
Octal 104 140 66 35 0 54 76 144 34 35
Binary 1000100 1100000 110110 11101 0 101100 111110 1100100 11100 11101

Color Harmonies of #446036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446036

Black with #446036

Text Example


Text Example

White with #446036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446036; }

 p { color: rgb(68,96,54); }

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

background-color css

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

 a { background-color: rgb(68,96,54); }

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

border-color css

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

 span { border-color: rgb(68,96,54); }

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