Html Css Color HEX #447221 Dell

📋 copy color: '#447221'

red 68 ◦ green 114 ◦ blue 33

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

Shades of Dell #447221

Tints of Dell #447221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.02%

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 31.63%
G = 53.02%
B = 15.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#447221 (or 0x447221) is known color: Dell. HEX triplet: 44, 72 and 21. RGB value is (68,114,33). Sum of RGB (Red+Green+Blue) = 68+114+33=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #447221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447221 is #BB8DDE. Grayscale: #5B5B5B. Windows color (decimal): -12291551 or 2191940. OLE color: 2191940.

HSL color Cylindrical-coordinate representation of color #447221: hue angle of 94.07º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #447221 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 33 -
CMYK 0.40 0 0.71 0.55
HSL 94.07º 0.55% 0.29% -
HSV(B) 94.07º 0.71% 0.45% -
XYZ 8.68 13.37 3.56 -
YUV 91.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 68 114 33 0.40 0 0.71 0.55 94.07 0.55 0.29
Hex 44 72 21 28 0 47 37 5E 37 1D
Octal 104 162 41 50 0 107 67 136 67 35
Binary 1000100 1110010 100001 101000 0 1000111 110111 1011110 110111 11101

Color Harmonies of #447221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447221

Black with #447221

Text Example


Text Example

White with #447221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447221; }

 p { color: rgb(68,114,33); }

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

background-color css

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

 a { background-color: rgb(68,114,33); }

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

border-color css

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

 span { border-color: rgb(68,114,33); }

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