Html Css Color HEX #446222 Dell

📋 copy color: '#446222'

red 68 ◦ green 98 ◦ blue 34

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

Shades of Dell #446222

Tints of Dell #446222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49%

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

R = 34%
G = 49%
B = 17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#446222 (or 0x446222) is known color: Dell. HEX triplet: 44, 62 and 22. RGB value is (68,98,34). Sum of RGB (Red+Green+Blue) = 68+98+34=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #446222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446222 is #BB9DDD. Grayscale: #515151. Windows color (decimal): -12295646 or 2253380. OLE color: 2253380.

HSL color Cylindrical-coordinate representation of color #446222: hue angle of 88.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446222 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 98 34 -
CMYK 0.31 0 0.65 0.62
HSL 88.13º 0.48% 0.26% -
HSV(B) 88.13º 0.65% 0.38% -
XYZ 7.04 10.08 3.09 -
YUV 81.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 68 98 34 0.31 0 0.65 0.62 88.13 0.48 0.26
Hex 44 62 22 1F 0 41 3E 58 30 1A
Octal 104 142 42 37 0 101 76 130 60 32
Binary 1000100 1100010 100010 11111 0 1000001 111110 1011000 110000 11010

Color Harmonies of #446222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446222

Black with #446222

Text Example


Text Example

White with #446222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446222; }

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

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

background-color css

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

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

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

border-color css

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

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

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