Html Css Color HEX #446921 Dell

📋 copy color: '#446921'

red 68 ◦ green 105 ◦ blue 33

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

Shades of Dell #446921

Tints of Dell #446921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.97%

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 33.01%
G = 50.97%
B = 16.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#446921 (or 0x446921) is known color: Dell. HEX triplet: 44, 69 and 21. RGB value is (68,105,33). Sum of RGB (Red+Green+Blue) = 68+105+33=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #446921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446921 is #BB96DE. Grayscale: #555555. Windows color (decimal): -12293855 or 2189636. OLE color: 2189636.

HSL color Cylindrical-coordinate representation of color #446921: hue angle of 90.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446921 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 105 33 -
CMYK 0.35 0 0.69 0.59
HSL 90.83º 0.52% 0.27% -
HSV(B) 90.83º 0.69% 0.41% -
XYZ 7.71 11.44 3.24 -
YUV 85.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 68 105 33 0.35 0 0.69 0.59 90.83 0.52 0.27
Hex 44 69 21 23 0 45 3B 5B 34 1B
Octal 104 151 41 43 0 105 73 133 64 33
Binary 1000100 1101001 100001 100011 0 1000101 111011 1011011 110100 11011

Color Harmonies of #446921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446921

Black with #446921

Text Example


Text Example

White with #446921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446921; }

 p { color: rgb(68,105,33); }

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

background-color css

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

 a { background-color: rgb(68,105,33); }

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

border-color css

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

 span { border-color: rgb(68,105,33); }

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