Html Css Color HEX #446F28 Dell

📋 copy color: '#446F28'

red 68 ◦ green 111 ◦ blue 40

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

Shades of Dell #446F28

Tints of Dell #446F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.68%

 BLUE value IS 40 (16.02% from 255) = 18.26%

R = 31.05%
G = 50.68%
B = 18.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#446F28 (or 0x446F28) is known color: Dell. HEX triplet: 44, 6F and 28. RGB value is (68,111,40). Sum of RGB (Red+Green+Blue) = 68+111+40=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #446F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F28 is #BB90D7. Grayscale: #5A5A5A. Windows color (decimal): -12292312 or 2649924. OLE color: 2649924.

HSL color Cylindrical-coordinate representation of color #446F28: hue angle of 96.34º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446F28 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 40 -
CMYK 0.39 0 0.64 0.56
HSL 96.34º 0.47% 0.3% -
HSV(B) 96.34º 0.64% 0.44% -
XYZ 8.45 12.75 4.02 -
YUV 90.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 68 111 40 0.39 0 0.64 0.56 96.34 0.47 0.3
Hex 44 6F 28 27 0 40 38 60 2F 1E
Octal 104 157 50 47 0 100 70 140 57 36
Binary 1000100 1101111 101000 100111 0 1000000 111000 1100000 101111 11110

Color Harmonies of #446F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F28

Black with #446F28

Text Example


Text Example

White with #446F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F28; }

 p { color: rgb(68,111,40); }

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

background-color css

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

 a { background-color: rgb(68,111,40); }

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

border-color css

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

 span { border-color: rgb(68,111,40); }

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