Html Css Color HEX #446E2F Dell

📋 copy color: '#446E2F'

red 68 ◦ green 110 ◦ blue 47

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

Shades of Dell #446E2F

Tints of Dell #446E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.89%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 30.22%
G = 48.89%
B = 20.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#446E2F (or 0x446E2F) is known color: Dell. HEX triplet: 44, 6E and 2F. RGB value is (68,110,47). Sum of RGB (Red+Green+Blue) = 68+110+47=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #446E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446E2F is #BB91D0. Grayscale: #5A5A5A. Windows color (decimal): -12292561 or 3108420. OLE color: 3108420.

HSL color Cylindrical-coordinate representation of color #446E2F: hue angle of 100º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446E2F is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 110 47 -
CMYK 0.38 0 0.57 0.57
HSL 100º 0.4% 0.31% -
HSV(B) 100º 0.57% 0.43% -
XYZ 8.47 12.59 4.67 -
YUV 90.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 68 110 47 0.38 0 0.57 0.57 100 0.4 0.31
Hex 44 6E 2F 26 0 39 39 64 28 1F
Octal 104 156 57 46 0 71 71 144 50 37
Binary 1000100 1101110 101111 100110 0 111001 111001 1100100 101000 11111

Color Harmonies of #446E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E2F

Black with #446E2F

Text Example


Text Example

White with #446E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446E2F; }

 p { color: rgb(68,110,47); }

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

background-color css

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

 a { background-color: rgb(68,110,47); }

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

border-color css

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

 span { border-color: rgb(68,110,47); }

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