Html Css Color HEX #466624 Dell

📋 copy color: '#466624'

red 70 ◦ green 102 ◦ blue 36

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

Shades of Dell #466624

Tints of Dell #466624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.04%

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 33.65%
G = 49.04%
B = 17.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#466624 (or 0x466624) is known color: Dell. HEX triplet: 46, 66 and 24. RGB value is (70,102,36). Sum of RGB (Red+Green+Blue) = 70+102+36=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #466624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466624 is #B999DB. Grayscale: #555555. Windows color (decimal): -12163548 or 2385478. OLE color: 2385478.

HSL color Cylindrical-coordinate representation of color #466624: hue angle of 89.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466624 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 36 -
CMYK 0.31 0 0.65 0.6
HSL 89.09º 0.48% 0.27% -
HSV(B) 89.09º 0.65% 0.4% -
XYZ 7.6 10.93 3.38 -
YUV 84.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 70 102 36 0.31 0 0.65 0.6 89.09 0.48 0.27
Hex 46 66 24 1F 0 41 3C 59 30 1B
Octal 106 146 44 37 0 101 74 131 60 33
Binary 1000110 1100110 100100 11111 0 1000001 111100 1011001 110000 11011

Color Harmonies of #466624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466624

Black with #466624

Text Example


Text Example

White with #466624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466624; }

 p { color: rgb(70,102,36); }

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

background-color css

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

 a { background-color: rgb(70,102,36); }

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

border-color css

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

 span { border-color: rgb(70,102,36); }

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