Html Css Color HEX #447022 Dell

📋 copy color: '#447022'

red 68 ◦ green 112 ◦ blue 34

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

Shades of Dell #447022

Tints of Dell #447022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 31.78%
G = 52.34%
B = 15.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#447022 (or 0x447022) is known color: Dell. HEX triplet: 44, 70 and 22. RGB value is (68,112,34). Sum of RGB (Red+Green+Blue) = 68+112+34=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #447022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447022 is #BB8FDD. Grayscale: #5A5A5A. Windows color (decimal): -12292062 or 2256964. OLE color: 2256964.

HSL color Cylindrical-coordinate representation of color #447022: hue angle of 93.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #447022 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 34 -
CMYK 0.39 0 0.70 0.56
HSL 93.85º 0.53% 0.29% -
HSV(B) 93.85º 0.7% 0.44% -
XYZ 8.47 12.93 3.56 -
YUV 89.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 68 112 34 0.39 0 0.70 0.56 93.85 0.53 0.29
Hex 44 70 22 27 0 46 38 5E 35 1D
Octal 104 160 42 47 0 106 70 136 65 35
Binary 1000100 1110000 100010 100111 0 1000110 111000 1011110 110101 11101

Color Harmonies of #447022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447022

Black with #447022

Text Example


Text Example

White with #447022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447022; }

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

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

background-color css

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

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

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

border-color css

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

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

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