Html Css Color HEX #467420 Dell

📋 copy color: '#467420'

red 70 ◦ green 116 ◦ blue 32

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

Shades of Dell #467420

Tints of Dell #467420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 32.11%
G = 53.21%
B = 14.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#467420 (or 0x467420) is known color: Dell. HEX triplet: 46, 74 and 20. RGB value is (70,116,32). Sum of RGB (Red+Green+Blue) = 70+116+32=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #467420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467420 is #B98BDF. Grayscale: #5C5C5C. Windows color (decimal): -12159968 or 2126918. OLE color: 2126918.

HSL color Cylindrical-coordinate representation of color #467420: hue angle of 92.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467420 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 32 -
CMYK 0.40 0 0.72 0.55
HSL 92.86º 0.57% 0.29% -
HSV(B) 92.86º 0.72% 0.45% -
XYZ 9.03 13.9 3.57 -
YUV 92.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 70 116 32 0.40 0 0.72 0.55 92.86 0.57 0.29
Hex 46 74 20 28 0 48 37 5D 39 1D
Octal 106 164 40 50 0 110 67 135 71 35
Binary 1000110 1110100 100000 101000 0 1001000 110111 1011101 111001 11101

Color Harmonies of #467420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467420

Black with #467420

Text Example


Text Example

White with #467420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467420; }

 p { color: rgb(70,116,32); }

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

background-color css

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

 a { background-color: rgb(70,116,32); }

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

border-color css

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

 span { border-color: rgb(70,116,32); }

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