Html Css Color HEX #466623 Dell

📋 copy color: '#466623'

red 70 ◦ green 102 ◦ blue 35

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

Shades of Dell #466623

Tints of Dell #466623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.91%

R = 33.82%
G = 49.28%
B = 16.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#466623 (or 0x466623) is known color: Dell. HEX triplet: 46, 66 and 23. RGB value is (70,102,35). Sum of RGB (Red+Green+Blue) = 70+102+35=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #466623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466623 is #B999DC. Grayscale: #555555. Windows color (decimal): -12163549 or 2319942. OLE color: 2319942.

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

Color convert

RGB 70 102 35 -
CMYK 0.31 0 0.66 0.6
HSL 88.66º 0.49% 0.27% -
HSV(B) 88.66º 0.66% 0.4% -
XYZ 7.58 10.93 3.3 -
YUV 84.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 70 102 35 0.31 0 0.66 0.6 88.66 0.49 0.27
Hex 46 66 23 1F 0 42 3C 59 31 1B
Octal 106 146 43 37 0 102 74 131 61 33
Binary 1000110 1100110 100011 11111 0 1000010 111100 1011001 110001 11011

Color Harmonies of #466623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466623

Black with #466623

Text Example


Text Example

White with #466623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466623; }

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

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

background-color css

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

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

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

border-color css

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

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

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