Html Css Color HEX #466822 Dell

📋 copy color: '#466822'

red 70 ◦ green 104 ◦ blue 34

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

Shades of Dell #466822

Tints of Dell #466822

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50%

 BLUE value IS 34 (13.67% from 255) = 16.35%

R = 33.65%
G = 50%
B = 16.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#466822 (or 0x466822) is known color: Dell. HEX triplet: 46, 68 and 22. RGB value is (70,104,34). Sum of RGB (Red+Green+Blue) = 70+104+34=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #466822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466822 is #B997DD. Grayscale: #565656. Windows color (decimal): -12163038 or 2254918. OLE color: 2254918.

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

Color convert

RGB 70 104 34 -
CMYK 0.33 0 0.67 0.59
HSL 89.14º 0.51% 0.27% -
HSV(B) 89.14º 0.67% 0.41% -
XYZ 7.76 11.32 3.29 -
YUV 85.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 70 104 34 0.33 0 0.67 0.59 89.14 0.51 0.27
Hex 46 68 22 21 0 43 3B 59 33 1B
Octal 106 150 42 41 0 103 73 131 63 33
Binary 1000110 1101000 100010 100001 0 1000011 111011 1011001 110011 11011

Color Harmonies of #466822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466822

Black with #466822

Text Example


Text Example

White with #466822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466822; }

 p { color: rgb(70,104,34); }

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

background-color css

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

 a { background-color: rgb(70,104,34); }

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

border-color css

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

 span { border-color: rgb(70,104,34); }

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