Html Css Color HEX #445837 Dell

📋 copy color: '#445837'

red 68 ◦ green 88 ◦ blue 55

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

Shades of Dell #445837

Tints of Dell #445837

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 32.23%
G = 41.71%
B = 26.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#445837 (or 0x445837) is known color: Dell. HEX triplet: 44, 58 and 37. RGB value is (68,88,55). Sum of RGB (Red+Green+Blue) = 68+88+55=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #445837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445837 is #BBA7C8. Grayscale: #4E4E4E. Windows color (decimal): -12298185 or 3627076. OLE color: 3627076.

HSL color Cylindrical-coordinate representation of color #445837: hue angle of 96.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445837 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 55 -
CMYK 0.23 0 0.38 0.65
HSL 96.36º 0.23% 0.28% -
HSV(B) 96.36º 0.38% 0.35% -
XYZ 6.56 8.48 4.91 -
YUV 78.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 68 88 55 0.23 0 0.38 0.65 96.36 0.23 0.28
Hex 44 58 37 17 0 26 41 60 17 1C
Octal 104 130 67 27 0 46 101 140 27 34
Binary 1000100 1011000 110111 10111 0 100110 1000001 1100000 10111 11100

Color Harmonies of #445837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445837

Black with #445837

Text Example


Text Example

White with #445837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445837; }

 p { color: rgb(68,88,55); }

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

background-color css

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

 a { background-color: rgb(68,88,55); }

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

border-color css

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

 span { border-color: rgb(68,88,55); }

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