Html Css Color HEX #466836 Dell

📋 copy color: '#466836'

red 70 ◦ green 104 ◦ blue 54

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

Shades of Dell #466836

Tints of Dell #466836

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.61%

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

R = 30.7%
G = 45.61%
B = 23.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#466836 (or 0x466836) is known color: Dell. HEX triplet: 46, 68 and 36. RGB value is (70,104,54). Sum of RGB (Red+Green+Blue) = 70+104+54=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #466836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466836 is #B997C9. Grayscale: #585858. Windows color (decimal): -12163018 or 3565638. OLE color: 3565638.

HSL color Cylindrical-coordinate representation of color #466836: hue angle of 100.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466836 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 54 -
CMYK 0.33 0 0.48 0.59
HSL 100.8º 0.32% 0.31% -
HSV(B) 100.8º 0.48% 0.41% -
XYZ 8.14 11.47 5.27 -
YUV 88.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 70 104 54 0.33 0 0.48 0.59 100.8 0.32 0.31
Hex 46 68 36 21 0 30 3B 65 20 1F
Octal 106 150 66 41 0 60 73 145 40 37
Binary 1000110 1101000 110110 100001 0 110000 111011 1100101 100000 11111

Color Harmonies of #466836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466836

Black with #466836

Text Example


Text Example

White with #466836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466836; }

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

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

background-color css

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

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

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

border-color css

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

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

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