Html Css Color HEX #467020 Dell

📋 copy color: '#467020'

red 70 ◦ green 112 ◦ blue 32

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

Shades of Dell #467020

Tints of Dell #467020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

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

R = 32.71%
G = 52.34%
B = 14.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#467020 (or 0x467020) is known color: Dell. HEX triplet: 46, 70 and 20. RGB value is (70,112,32). Sum of RGB (Red+Green+Blue) = 70+112+32=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #467020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467020 is #B98FDF. Grayscale: #5A5A5A. Windows color (decimal): -12160992 or 2125894. OLE color: 2125894.

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

Color convert

RGB 70 112 32 -
CMYK 0.38 0 0.71 0.56
HSL 91.5º 0.56% 0.28% -
HSV(B) 91.5º 0.71% 0.44% -
XYZ 8.58 12.99 3.42 -
YUV 90.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 70 112 32 0.38 0 0.71 0.56 91.5 0.56 0.28
Hex 46 70 20 26 0 47 38 5C 38 1C
Octal 106 160 40 46 0 107 70 134 70 34
Binary 1000110 1110000 100000 100110 0 1000111 111000 1011100 111000 11100

Color Harmonies of #467020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467020

Black with #467020

Text Example


Text Example

White with #467020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467020; }

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

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

background-color css

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

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

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

border-color css

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

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

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