Html Css Color HEX #445938 Dell

📋 copy color: '#445938'

red 68 ◦ green 89 ◦ blue 56

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

Shades of Dell #445938

Tints of Dell #445938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

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

R = 31.92%
G = 41.78%
B = 26.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#445938 (or 0x445938) is known color: Dell. HEX triplet: 44, 59 and 38. RGB value is (68,89,56). Sum of RGB (Red+Green+Blue) = 68+89+56=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #445938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445938 is #BBA6C7. Grayscale: #4F4F4F. Windows color (decimal): -12297928 or 3692868. OLE color: 3692868.

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

Color convert

RGB 68 89 56 -
CMYK 0.24 0 0.37 0.65
HSL 98.18º 0.23% 0.28% -
HSV(B) 98.18º 0.37% 0.35% -
XYZ 6.67 8.66 5.06 -
YUV 78.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 68 89 56 0.24 0 0.37 0.65 98.18 0.23 0.28
Hex 44 59 38 18 0 25 41 62 17 1C
Octal 104 131 70 30 0 45 101 142 27 34
Binary 1000100 1011001 111000 11000 0 100101 1000001 1100010 10111 11100

Color Harmonies of #445938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445938

Black with #445938

Text Example


Text Example

White with #445938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445938; }

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

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

background-color css

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

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

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

border-color css

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

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

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