Html Css Color HEX #446630 Dell

📋 copy color: '#446630'

red 68 ◦ green 102 ◦ blue 48

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

Shades of Dell #446630

Tints of Dell #446630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.79%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 31.19%
G = 46.79%
B = 22.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#446630 (or 0x446630) is known color: Dell. HEX triplet: 44, 66 and 30. RGB value is (68,102,48). Sum of RGB (Red+Green+Blue) = 68+102+48=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #446630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446630 is #BB99CF. Grayscale: #555555. Windows color (decimal): -12294608 or 3171908. OLE color: 3171908.

HSL color Cylindrical-coordinate representation of color #446630: hue angle of 97.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446630 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 102 48 -
CMYK 0.33 0 0.53 0.6
HSL 97.78º 0.36% 0.29% -
HSV(B) 97.78º 0.53% 0.4% -
XYZ 7.67 10.95 4.5 -
YUV 85.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 68 102 48 0.33 0 0.53 0.6 97.78 0.36 0.29
Hex 44 66 30 21 0 35 3C 62 24 1D
Octal 104 146 60 41 0 65 74 142 44 35
Binary 1000100 1100110 110000 100001 0 110101 111100 1100010 100100 11101

Color Harmonies of #446630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446630

Black with #446630

Text Example


Text Example

White with #446630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446630; }

 p { color: rgb(68,102,48); }

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

background-color css

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

 a { background-color: rgb(68,102,48); }

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

border-color css

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

 span { border-color: rgb(68,102,48); }

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