Html Css Color HEX #466932 Dell

📋 copy color: '#466932'

red 70 ◦ green 105 ◦ blue 50

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

Shades of Dell #466932

Tints of Dell #466932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 31.11%
G = 46.67%
B = 22.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#466932 (or 0x466932) is known color: Dell. HEX triplet: 46, 69 and 32. RGB value is (70,105,50). Sum of RGB (Red+Green+Blue) = 70+105+50=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #466932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466932 is #B996CD. Grayscale: #585858. Windows color (decimal): -12162766 or 3303750. OLE color: 3303750.

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

Color convert

RGB 70 105 50 -
CMYK 0.33 0 0.52 0.59
HSL 98.18º 0.35% 0.3% -
HSV(B) 98.18º 0.52% 0.41% -
XYZ 8.15 11.64 4.83 -
YUV 88.27 106.4 114.97 -
System Red Green Blue C M Y K H S L
Decimal 70 105 50 0.33 0 0.52 0.59 98.18 0.35 0.3
Hex 46 69 32 21 0 34 3B 62 23 1E
Octal 106 151 62 41 0 64 73 142 43 36
Binary 1000110 1101001 110010 100001 0 110100 111011 1100010 100011 11110

Color Harmonies of #466932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466932

Black with #466932

Text Example


Text Example

White with #466932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466932; }

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

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

background-color css

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

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

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

border-color css

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

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

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