Html Css Color HEX #446F20 Dell

📋 copy color: '#446F20'

red 68 ◦ green 111 ◦ blue 32

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

Shades of Dell #446F20

Tints of Dell #446F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 32.23%
G = 52.61%
B = 15.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#446F20 (or 0x446F20) is known color: Dell. HEX triplet: 44, 6F and 20. RGB value is (68,111,32). Sum of RGB (Red+Green+Blue) = 68+111+32=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #446F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F20 is #BB90DF. Grayscale: #595959. Windows color (decimal): -12292320 or 2125636. OLE color: 2125636.

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

Color convert

RGB 68 111 32 -
CMYK 0.39 0 0.71 0.56
HSL 92.66º 0.55% 0.28% -
HSV(B) 92.66º 0.71% 0.44% -
XYZ 8.33 12.7 3.38 -
YUV 89.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 68 111 32 0.39 0 0.71 0.56 92.66 0.55 0.28
Hex 44 6F 20 27 0 47 38 5D 37 1C
Octal 104 157 40 47 0 107 70 135 67 34
Binary 1000100 1101111 100000 100111 0 1000111 111000 1011101 110111 11100

Color Harmonies of #446F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F20

Black with #446F20

Text Example


Text Example

White with #446F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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