Html Css Color HEX #466628 Dell

📋 copy color: '#466628'

red 70 ◦ green 102 ◦ blue 40

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

Shades of Dell #466628

Tints of Dell #466628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 33.02%
G = 48.11%
B = 18.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#466628 (or 0x466628) is known color: Dell. HEX triplet: 46, 66 and 28. RGB value is (70,102,40). Sum of RGB (Red+Green+Blue) = 70+102+40=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #466628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466628 is #B999D7. Grayscale: #555555. Windows color (decimal): -12163544 or 2647622. OLE color: 2647622.

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

Color convert

RGB 70 102 40 -
CMYK 0.31 0 0.61 0.6
HSL 90.97º 0.44% 0.28% -
HSV(B) 90.97º 0.61% 0.4% -
XYZ 7.66 10.96 3.72 -
YUV 85.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 70 102 40 0.31 0 0.61 0.6 90.97 0.44 0.28
Hex 46 66 28 1F 0 3D 3C 5B 2C 1C
Octal 106 146 50 37 0 75 74 133 54 34
Binary 1000110 1100110 101000 11111 0 111101 111100 1011011 101100 11100

Color Harmonies of #466628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466628

Black with #466628

Text Example


Text Example

White with #466628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466628; }

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

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

background-color css

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

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

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

border-color css

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

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

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