Html Css Color HEX #445735 Dell

📋 copy color: '#445735'

red 68 ◦ green 87 ◦ blue 53

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

Shades of Dell #445735

Tints of Dell #445735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 32.69%
G = 41.83%
B = 25.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#445735 (or 0x445735) is known color: Dell. HEX triplet: 44, 57 and 35. RGB value is (68,87,53). Sum of RGB (Red+Green+Blue) = 68+87+53=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #445735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445735 is #BBA8CA. Grayscale: #4D4D4D. Windows color (decimal): -12298443 or 3495748. OLE color: 3495748.

HSL color Cylindrical-coordinate representation of color #445735: hue angle of 93.53º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445735 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 53 -
CMYK 0.22 0 0.39 0.66
HSL 93.53º 0.24% 0.27% -
HSV(B) 93.53º 0.39% 0.34% -
XYZ 6.43 8.3 4.63 -
YUV 77.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 68 87 53 0.22 0 0.39 0.66 93.53 0.24 0.27
Hex 44 57 35 16 0 27 42 5E 18 1B
Octal 104 127 65 26 0 47 102 136 30 33
Binary 1000100 1010111 110101 10110 0 100111 1000010 1011110 11000 11011

Color Harmonies of #445735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445735

Black with #445735

Text Example


Text Example

White with #445735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445735; }

 p { color: rgb(68,87,53); }

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

background-color css

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

 a { background-color: rgb(68,87,53); }

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

border-color css

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

 span { border-color: rgb(68,87,53); }

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