Html Css Color HEX #446720 Dell

📋 copy color: '#446720'

red 68 ◦ green 103 ◦ blue 32

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

Shades of Dell #446720

Tints of Dell #446720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.74%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 33.5%
G = 50.74%
B = 15.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#446720 (or 0x446720) is known color: Dell. HEX triplet: 44, 67 and 20. RGB value is (68,103,32). Sum of RGB (Red+Green+Blue) = 68+103+32=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #446720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446720 is #BB98DF. Grayscale: #545454. Windows color (decimal): -12294368 or 2123588. OLE color: 2123588.

HSL color Cylindrical-coordinate representation of color #446720: hue angle of 89.58º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446720 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 103 32 -
CMYK 0.34 0 0.69 0.60
HSL 89.58º 0.53% 0.26% -
HSV(B) 89.58º 0.69% 0.4% -
XYZ 7.49 11.03 3.1 -
YUV 84.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 68 103 32 0.34 0 0.69 0.60 89.58 0.53 0.26
Hex 44 67 20 22 0 45 3C 5A 35 1A
Octal 104 147 40 42 0 105 74 132 65 32
Binary 1000100 1100111 100000 100010 0 1000101 111100 1011010 110101 11010

Color Harmonies of #446720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446720

Black with #446720

Text Example


Text Example

White with #446720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446720; }

 p { color: rgb(68,103,32); }

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

background-color css

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

 a { background-color: rgb(68,103,32); }

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

border-color css

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

 span { border-color: rgb(68,103,32); }

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