Html Css Color HEX #446030 Dell

📋 copy color: '#446030'

red 68 ◦ green 96 ◦ blue 48

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

Shades of Dell #446030

Tints of Dell #446030

RGB

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

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

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

R = 32.08%
G = 45.28%
B = 22.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#446030 (or 0x446030) is known color: Dell. HEX triplet: 44, 60 and 30. RGB value is (68,96,48). Sum of RGB (Red+Green+Blue) = 68+96+48=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #446030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446030 is #BB9FCF. Grayscale: #525252. Windows color (decimal): -12296144 or 3170372. OLE color: 3170372.

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

Color convert

RGB 68 96 48 -
CMYK 0.29 0 0.50 0.62
HSL 95º 0.33% 0.28% -
HSV(B) 95º 0.5% 0.38% -
XYZ 7.1 9.81 4.32 -
YUV 82.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 68 96 48 0.29 0 0.50 0.62 95 0.33 0.28
Hex 44 60 30 1D 0 32 3E 5F 21 1C
Octal 104 140 60 35 0 62 76 137 41 34
Binary 1000100 1100000 110000 11101 0 110010 111110 1011111 100001 11100

Color Harmonies of #446030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446030

Black with #446030

Text Example


Text Example

White with #446030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446030; }

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

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

background-color css

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

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

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

border-color css

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

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

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