Html Css Color HEX #467322 Dell

📋 copy color: '#467322'

red 70 ◦ green 115 ◦ blue 34

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

Shades of Dell #467322

Tints of Dell #467322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

 BLUE value IS 34 (13.67% from 255) = 15.53%

R = 31.96%
G = 52.51%
B = 15.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#467322 (or 0x467322) is known color: Dell. HEX triplet: 46, 73 and 22. RGB value is (70,115,34). Sum of RGB (Red+Green+Blue) = 70+115+34=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #467322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467322 is #B98CDD. Grayscale: #5C5C5C. Windows color (decimal): -12160222 or 2257734. OLE color: 2257734.

HSL color Cylindrical-coordinate representation of color #467322: hue angle of 93.33º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467322 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 34 -
CMYK 0.39 0 0.70 0.55
HSL 93.33º 0.54% 0.29% -
HSV(B) 93.33º 0.7% 0.45% -
XYZ 8.95 13.68 3.68 -
YUV 92.31 95.09 112.09 -
System Red Green Blue C M Y K H S L
Decimal 70 115 34 0.39 0 0.70 0.55 93.33 0.54 0.29
Hex 46 73 22 27 0 46 37 5D 36 1D
Octal 106 163 42 47 0 106 67 135 66 35
Binary 1000110 1110011 100010 100111 0 1000110 110111 1011101 110110 11101

Color Harmonies of #467322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467322

Black with #467322

Text Example


Text Example

White with #467322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467322; }

 p { color: rgb(70,115,34); }

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

background-color css

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

 a { background-color: rgb(70,115,34); }

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

border-color css

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

 span { border-color: rgb(70,115,34); }

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