Html Css Color HEX #446B1F Dell

📋 copy color: '#446B1F'

red 68 ◦ green 107 ◦ blue 31

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

Shades of Dell #446B1F

Tints of Dell #446B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 33.01%
G = 51.94%
B = 15.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#446B1F (or 0x446B1F) is known color: Dell. HEX triplet: 44, 6B and 1F. RGB value is (68,107,31). Sum of RGB (Red+Green+Blue) = 68+107+31=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #446B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B1F is #BB94E0. Grayscale: #565656. Windows color (decimal): -12293345 or 2059076. OLE color: 2059076.

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

Color convert

RGB 68 107 31 -
CMYK 0.36 0 0.71 0.58
HSL 90.79º 0.55% 0.27% -
HSV(B) 90.79º 0.71% 0.42% -
XYZ 7.89 11.84 3.17 -
YUV 86.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 68 107 31 0.36 0 0.71 0.58 90.79 0.55 0.27
Hex 44 6B 1F 24 0 47 3A 5B 37 1B
Octal 104 153 37 44 0 107 72 133 67 33
Binary 1000100 1101011 11111 100100 0 1000111 111010 1011011 110111 11011

Color Harmonies of #446B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B1F

Black with #446B1F

Text Example


Text Example

White with #446B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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