Html Css Color HEX #466835 Dell

📋 copy color: '#466835'

red 70 ◦ green 104 ◦ blue 53

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

Shades of Dell #466835

Tints of Dell #466835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 30.84%
G = 45.81%
B = 23.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#466835 (or 0x466835) is known color: Dell. HEX triplet: 46, 68 and 35. RGB value is (70,104,53). Sum of RGB (Red+Green+Blue) = 70+104+53=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #466835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466835 is #B997CA. Grayscale: #585858. Windows color (decimal): -12163019 or 3500102. OLE color: 3500102.

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

Color convert

RGB 70 104 53 -
CMYK 0.33 0 0.49 0.59
HSL 100º 0.32% 0.31% -
HSV(B) 100º 0.49% 0.41% -
XYZ 8.12 11.46 5.15 -
YUV 88.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 70 104 53 0.33 0 0.49 0.59 100 0.32 0.31
Hex 46 68 35 21 0 31 3B 64 20 1F
Octal 106 150 65 41 0 61 73 144 40 37
Binary 1000110 1101000 110101 100001 0 110001 111011 1100100 100000 11111

Color Harmonies of #466835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466835

Black with #466835

Text Example


Text Example

White with #466835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466835; }

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

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

background-color css

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

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

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

border-color css

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

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

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