Html Css Color HEX #467332 Dell

📋 copy color: '#467332'

red 70 ◦ green 115 ◦ blue 50

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

Shades of Dell #467332

Tints of Dell #467332

RGB

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

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

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

R = 29.79%
G = 48.94%
B = 21.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#467332 (or 0x467332) is known color: Dell. HEX triplet: 46, 73 and 32. RGB value is (70,115,50). Sum of RGB (Red+Green+Blue) = 70+115+50=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #467332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467332 is #B98CCD. Grayscale: #5E5E5E. Windows color (decimal): -12160206 or 3306310. OLE color: 3306310.

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

Color convert

RGB 70 115 50 -
CMYK 0.39 0 0.57 0.55
HSL 101.54º 0.39% 0.32% -
HSV(B) 101.54º 0.57% 0.45% -
XYZ 9.23 13.79 5.19 -
YUV 94.14 103.09 110.79 -
System Red Green Blue C M Y K H S L
Decimal 70 115 50 0.39 0 0.57 0.55 101.54 0.39 0.32
Hex 46 73 32 27 0 39 37 66 27 20
Octal 106 163 62 47 0 71 67 146 47 40
Binary 1000110 1110011 110010 100111 0 111001 110111 1100110 100111 100000

Color Harmonies of #467332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467332

Black with #467332

Text Example


Text Example

White with #467332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467332; }

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

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

background-color css

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

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

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

border-color css

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

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

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