Html Css Color HEX #445838 Dell

📋 copy color: '#445838'

red 68 ◦ green 88 ◦ blue 56

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

Shades of Dell #445838

Tints of Dell #445838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 32.08%
G = 41.51%
B = 26.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#445838 (or 0x445838) is known color: Dell. HEX triplet: 44, 58 and 38. RGB value is (68,88,56). Sum of RGB (Red+Green+Blue) = 68+88+56=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #445838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445838 is #BBA7C7. Grayscale: #4E4E4E. Windows color (decimal): -12298184 or 3692612. OLE color: 3692612.

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

Color convert

RGB 68 88 56 -
CMYK 0.23 0 0.36 0.65
HSL 97.5º 0.22% 0.28% -
HSV(B) 97.5º 0.36% 0.35% -
XYZ 6.59 8.49 5.03 -
YUV 78.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 68 88 56 0.23 0 0.36 0.65 97.5 0.22 0.28
Hex 44 58 38 17 0 24 41 62 16 1C
Octal 104 130 70 27 0 44 101 142 26 34
Binary 1000100 1011000 111000 10111 0 100100 1000001 1100010 10110 11100

Color Harmonies of #445838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445838

Black with #445838

Text Example


Text Example

White with #445838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445838; }

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

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

background-color css

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

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

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

border-color css

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

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

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