Html Css Color HEX #466921 Dell

📋 copy color: '#466921'

red 70 ◦ green 105 ◦ blue 33

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

Shades of Dell #466921

Tints of Dell #466921

RGB

 RED value IS 70 (27.73% from 255) = 33.65%

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

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

R = 33.65%
G = 50.48%
B = 15.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#466921 (or 0x466921) is known color: Dell. HEX triplet: 46, 69 and 21. RGB value is (70,105,33). Sum of RGB (Red+Green+Blue) = 70+105+33=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #466921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466921 is #B996DE. Grayscale: #565656. Windows color (decimal): -12162783 or 2189638. OLE color: 2189638.

HSL color Cylindrical-coordinate representation of color #466921: hue angle of 89.17º 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 #466921 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 33 -
CMYK 0.33 0 0.69 0.59
HSL 89.17º 0.52% 0.27% -
HSV(B) 89.17º 0.69% 0.41% -
XYZ 7.85 11.52 3.25 -
YUV 86.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 70 105 33 0.33 0 0.69 0.59 89.17 0.52 0.27
Hex 46 69 21 21 0 45 3B 59 34 1B
Octal 106 151 41 41 0 105 73 131 64 33
Binary 1000110 1101001 100001 100001 0 1000101 111011 1011001 110100 11011

Color Harmonies of #466921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466921

Black with #466921

Text Example


Text Example

White with #466921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466921; }

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

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

background-color css

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

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

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

border-color css

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

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

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