#446C2F

Color #446C2F Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #446C2F

Tints of Dell #446C2F

Color information

#446C2F (or 0x446C2F) is unknown color: approx Dell. HEX triplet: 44, 6C and 2F. RGB value is (68,108,47). Sum of RGB (Red+Green+Blue) = 68+108+47=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #446C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C2F is #BB93D0. Grayscale: #595959. Windows color (decimal): -12293073 or 3107908. OLE color: 3107908.

HSL color Cylindrical-coordinate representation of color #446C2F: hue angle of 99.34º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446C2F is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB6810847-
CMYK0.3700.560.58
HSL99.34º39.35%30.39%-
HSV(B)99.34º56.48%42.35%-
XYZ8.2612.164.6-
YUV89.09104.25112.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 108 (42.58% from 255) = 48.43%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=30.49%
G=48.43%
B=21.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108470.3700.560.5899.3439.3530.39
Hex446C2F250383A63271e
Octal1041545745070721434736
Binary100010011011001011111001010111000111010110001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #446C2F;
 }
 .AnyTagClassName
 {
   color: #446C2F;
 }
</style>
background-color css

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

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

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

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

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

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