Html Css Color HEX #467032 Dell

📋 copy color: '#467032'

red 70 ◦ green 112 ◦ blue 50

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

Shades of Dell #467032

Tints of Dell #467032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.55%

R = 30.17%
G = 48.28%
B = 21.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#467032 (or 0x467032) is known color: Dell. HEX triplet: 46, 70 and 32. RGB value is (70,112,50). Sum of RGB (Red+Green+Blue) = 70+112+50=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #467032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467032 is #B98FCD. Grayscale: #5C5C5C. Windows color (decimal): -12160974 or 3305542. OLE color: 3305542.

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

Color convert

RGB 70 112 50 -
CMYK 0.38 0 0.55 0.56
HSL 100.65º 0.38% 0.32% -
HSV(B) 100.65º 0.55% 0.44% -
XYZ 8.9 13.12 5.08 -
YUV 92.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 70 112 50 0.38 0 0.55 0.56 100.65 0.38 0.32
Hex 46 70 32 26 0 37 38 65 26 20
Octal 106 160 62 46 0 67 70 145 46 40
Binary 1000110 1110000 110010 100110 0 110111 111000 1100101 100110 100000

Color Harmonies of #467032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467032

Black with #467032

Text Example


Text Example

White with #467032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467032; }

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

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

background-color css

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

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

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

border-color css

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

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

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