Html Css Color HEX #446035 Dell

📋 copy color: '#446035'

red 68 ◦ green 96 ◦ blue 53

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

Shades of Dell #446035

Tints of Dell #446035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

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

R = 31.34%
G = 44.24%
B = 24.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#446035 (or 0x446035) is known color: Dell. HEX triplet: 44, 60 and 35. RGB value is (68,96,53). Sum of RGB (Red+Green+Blue) = 68+96+53=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #446035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446035 is #BB9FCA. Grayscale: #525252. Windows color (decimal): -12296139 or 3498052. OLE color: 3498052.

HSL color Cylindrical-coordinate representation of color #446035: hue angle of 99.07º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #446035 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 53 -
CMYK 0.29 0 0.45 0.62
HSL 99.07º 0.29% 0.29% -
HSV(B) 99.07º 0.45% 0.38% -
XYZ 7.21 9.85 4.89 -
YUV 82.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 68 96 53 0.29 0 0.45 0.62 99.07 0.29 0.29
Hex 44 60 35 1D 0 2D 3E 63 1D 1D
Octal 104 140 65 35 0 55 76 143 35 35
Binary 1000100 1100000 110101 11101 0 101101 111110 1100011 11101 11101

Color Harmonies of #446035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446035

Black with #446035

Text Example


Text Example

White with #446035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446035; }

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

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

background-color css

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

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

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

border-color css

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

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

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