Html Css Color HEX #466036 Dell

📋 copy color: '#466036'

red 70 ◦ green 96 ◦ blue 54

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

Shades of Dell #466036

Tints of Dell #466036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 31.82%
G = 43.64%
B = 24.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#466036 (or 0x466036) is known color: Dell. HEX triplet: 46, 60 and 36. RGB value is (70,96,54). Sum of RGB (Red+Green+Blue) = 70+96+54=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #466036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466036 is #B99FC9. Grayscale: #535353. Windows color (decimal): -12165066 or 3563590. OLE color: 3563590.

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

Color convert

RGB 70 96 54 -
CMYK 0.27 0 0.44 0.62
HSL 97.14º 0.28% 0.29% -
HSV(B) 97.14º 0.44% 0.38% -
XYZ 7.37 9.93 5.02 -
YUV 83.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 70 96 54 0.27 0 0.44 0.62 97.14 0.28 0.29
Hex 46 60 36 1B 0 2C 3E 61 1C 1D
Octal 106 140 66 33 0 54 76 141 34 35
Binary 1000110 1100000 110110 11011 0 101100 111110 1100001 11100 11101

Color Harmonies of #466036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466036

Black with #466036

Text Example


Text Example

White with #466036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466036; }

 p { color: rgb(70,96,54); }

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

background-color css

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

 a { background-color: rgb(70,96,54); }

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

border-color css

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

 span { border-color: rgb(70,96,54); }

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