Html Css Color HEX #466226 Dell

📋 copy color: '#466226'

red 70 ◦ green 98 ◦ blue 38

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

Shades of Dell #466226

Tints of Dell #466226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.57%

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

R = 33.98%
G = 47.57%
B = 18.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#466226 (or 0x466226) is known color: Dell. HEX triplet: 46, 62 and 26. RGB value is (70,98,38). Sum of RGB (Red+Green+Blue) = 70+98+38=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #466226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466226 is #B99DD9. Grayscale: #535353. Windows color (decimal): -12164570 or 2515526. OLE color: 2515526.

HSL color Cylindrical-coordinate representation of color #466226: hue angle of 88º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466226 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 38 -
CMYK 0.29 0 0.61 0.62
HSL 88º 0.44% 0.27% -
HSV(B) 88º 0.61% 0.38% -
XYZ 7.24 10.18 3.42 -
YUV 82.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 70 98 38 0.29 0 0.61 0.62 88 0.44 0.27
Hex 46 62 26 1D 0 3D 3E 58 2C 1B
Octal 106 142 46 35 0 75 76 130 54 33
Binary 1000110 1100010 100110 11101 0 111101 111110 1011000 101100 11011

Color Harmonies of #466226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466226

Black with #466226

Text Example


Text Example

White with #466226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466226; }

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

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

background-color css

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

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

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

border-color css

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

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

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