Html Css Color HEX #447020 Dell

📋 copy color: '#447020'

red 68 ◦ green 112 ◦ blue 32

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

Shades of Dell #447020

Tints of Dell #447020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.83%

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

R = 32.08%
G = 52.83%
B = 15.09%

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

#447020 (or 0x447020) is known color: Dell. HEX triplet: 44, 70 and 20. RGB value is (68,112,32). Sum of RGB (Red+Green+Blue) = 68+112+32=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #447020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447020 is #BB8FDF. Grayscale: #595959. Windows color (decimal): -12292064 or 2125892. OLE color: 2125892.

HSL color Cylindrical-coordinate representation of color #447020: hue angle of 93º degrees, saturation: 0.56, 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 #447020 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 32 -
CMYK 0.39 0 0.71 0.56
HSL 93º 0.56% 0.28% -
HSV(B) 93º 0.71% 0.44% -
XYZ 8.44 12.92 3.42 -
YUV 89.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 68 112 32 0.39 0 0.71 0.56 93 0.56 0.28
Hex 44 70 20 27 0 47 38 5D 38 1C
Octal 104 160 40 47 0 107 70 135 70 34
Binary 1000100 1110000 100000 100111 0 1000111 111000 1011101 111000 11100

Color Harmonies of #447020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447020

Black with #447020

Text Example


Text Example

White with #447020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447020; }

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

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

background-color css

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

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

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

border-color css

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

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

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