Html Css Color HEX #466130 Dell

📋 copy color: '#466130'

red 70 ◦ green 97 ◦ blue 48

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

Shades of Dell #466130

Tints of Dell #466130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

 BLUE value IS 48 (19.14% from 255) = 22.33%

R = 32.56%
G = 45.12%
B = 22.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#466130 (or 0x466130) is known color: Dell. HEX triplet: 46, 61 and 30. RGB value is (70,97,48). Sum of RGB (Red+Green+Blue) = 70+97+48=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #466130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466130 is #B99ECF. Grayscale: #535353. Windows color (decimal): -12164816 or 3170630. OLE color: 3170630.

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

Color convert

RGB 70 97 48 -
CMYK 0.28 0 0.51 0.62
HSL 93.06º 0.34% 0.28% -
HSV(B) 93.06º 0.51% 0.38% -
XYZ 7.33 10.06 4.35 -
YUV 83.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 70 97 48 0.28 0 0.51 0.62 93.06 0.34 0.28
Hex 46 61 30 1C 0 33 3E 5D 22 1C
Octal 106 141 60 34 0 63 76 135 42 34
Binary 1000110 1100001 110000 11100 0 110011 111110 1011101 100010 11100

Color Harmonies of #466130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466130

Black with #466130

Text Example


Text Example

White with #466130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466130; }

 p { color: rgb(70,97,48); }

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

background-color css

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

 a { background-color: rgb(70,97,48); }

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

border-color css

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

 span { border-color: rgb(70,97,48); }

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