Html Css Color HEX #446722 Dell

📋 copy color: '#446722'

red 68 ◦ green 103 ◦ blue 34

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

Shades of Dell #446722

Tints of Dell #446722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.24%

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

R = 33.17%
G = 50.24%
B = 16.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#446722 (or 0x446722) is known color: Dell. HEX triplet: 44, 67 and 22. RGB value is (68,103,34). Sum of RGB (Red+Green+Blue) = 68+103+34=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #446722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446722 is #BB98DD. Grayscale: #545454. Windows color (decimal): -12294366 or 2254660. OLE color: 2254660.

HSL color Cylindrical-coordinate representation of color #446722: hue angle of 90.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446722 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 103 34 -
CMYK 0.34 0 0.67 0.60
HSL 90.43º 0.5% 0.27% -
HSV(B) 90.43º 0.67% 0.4% -
XYZ 7.52 11.04 3.25 -
YUV 84.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 68 103 34 0.34 0 0.67 0.60 90.43 0.5 0.27
Hex 44 67 22 22 0 43 3C 5A 32 1B
Octal 104 147 42 42 0 103 74 132 62 33
Binary 1000100 1100111 100010 100010 0 1000011 111100 1011010 110010 11011

Color Harmonies of #446722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446722

Black with #446722

Text Example


Text Example

White with #446722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446722; }

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

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

background-color css

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

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

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

border-color css

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

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

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