Html Css Color HEX #466626 Dell

📋 copy color: '#466626'

red 70 ◦ green 102 ◦ blue 38

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

Shades of Dell #466626

Tints of Dell #466626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 33.33%
G = 48.57%
B = 18.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#466626 (or 0x466626) is known color: Dell. HEX triplet: 46, 66 and 26. RGB value is (70,102,38). Sum of RGB (Red+Green+Blue) = 70+102+38=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #466626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466626 is #B999D9. Grayscale: #555555. Windows color (decimal): -12163546 or 2516550. OLE color: 2516550.

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

Color convert

RGB 70 102 38 -
CMYK 0.31 0 0.63 0.6
HSL 90º 0.46% 0.27% -
HSV(B) 90º 0.63% 0.4% -
XYZ 7.63 10.94 3.54 -
YUV 85.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 70 102 38 0.31 0 0.63 0.6 90 0.46 0.27
Hex 46 66 26 1F 0 3F 3C 5A 2E 1B
Octal 106 146 46 37 0 77 74 132 56 33
Binary 1000110 1100110 100110 11111 0 111111 111100 1011010 101110 11011

Color Harmonies of #466626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466626

Black with #466626

Text Example


Text Example

White with #466626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466626; }

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

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

background-color css

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

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

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

border-color css

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

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

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