Html Css Color HEX #446B2D Dell

📋 copy color: '#446B2D'

red 68 ◦ green 107 ◦ blue 45

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

Shades of Dell #446B2D

Tints of Dell #446B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 30.91%
G = 48.64%
B = 20.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#446B2D (or 0x446B2D) is known color: Dell. HEX triplet: 44, 6B and 2D. RGB value is (68,107,45). Sum of RGB (Red+Green+Blue) = 68+107+45=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #446B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B2D is #BB94D2. Grayscale: #585858. Windows color (decimal): -12293331 or 2976580. OLE color: 2976580.

HSL color Cylindrical-coordinate representation of color #446B2D: hue angle of 97.74º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #446B2D is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 45 -
CMYK 0.36 0 0.58 0.58
HSL 97.74º 0.41% 0.3% -
HSV(B) 97.74º 0.58% 0.42% -
XYZ 8.12 11.93 4.36 -
YUV 88.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 68 107 45 0.36 0 0.58 0.58 97.74 0.41 0.3
Hex 44 6B 2D 24 0 3A 3A 62 29 1E
Octal 104 153 55 44 0 72 72 142 51 36
Binary 1000100 1101011 101101 100100 0 111010 111010 1100010 101001 11110

Color Harmonies of #446B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B2D

Black with #446B2D

Text Example


Text Example

White with #446B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B2D; }

 p { color: rgb(68,107,45); }

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

background-color css

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

 a { background-color: rgb(68,107,45); }

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

border-color css

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

 span { border-color: rgb(68,107,45); }

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