Html Css Color HEX #446228 Dell

📋 copy color: '#446228'

red 68 ◦ green 98 ◦ blue 40

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

Shades of Dell #446228

Tints of Dell #446228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 33.01%
G = 47.57%
B = 19.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#446228 (or 0x446228) is known color: Dell. HEX triplet: 44, 62 and 28. RGB value is (68,98,40). Sum of RGB (Red+Green+Blue) = 68+98+40=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #446228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446228 is #BB9DD7. Grayscale: #525252. Windows color (decimal): -12295640 or 2646596. OLE color: 2646596.

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

Color convert

RGB 68 98 40 -
CMYK 0.31 0 0.59 0.62
HSL 91.03º 0.42% 0.27% -
HSV(B) 91.03º 0.59% 0.38% -
XYZ 7.13 10.12 3.58 -
YUV 82.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 68 98 40 0.31 0 0.59 0.62 91.03 0.42 0.27
Hex 44 62 28 1F 0 3B 3E 5B 2A 1B
Octal 104 142 50 37 0 73 76 133 52 33
Binary 1000100 1100010 101000 11111 0 111011 111110 1011011 101010 11011

Color Harmonies of #446228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446228

Black with #446228

Text Example


Text Example

White with #446228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446228; }

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

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

background-color css

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

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

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

border-color css

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

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

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