Html Css Color HEX #465D32 Dell

📋 copy color: '#465D32'

red 70 ◦ green 93 ◦ blue 50

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

Shades of Dell #465D32

Tints of Dell #465D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

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

R = 32.86%
G = 43.66%
B = 23.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#465D32 (or 0x465D32) is known color: Dell. HEX triplet: 46, 5D and 32. RGB value is (70,93,50). Sum of RGB (Red+Green+Blue) = 70+93+50=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #465D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D32 is #B9A2CD. Grayscale: #515151. Windows color (decimal): -12165838 or 3300678. OLE color: 3300678.

HSL color Cylindrical-coordinate representation of color #465D32: hue angle of 92.09º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465D32 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 50 -
CMYK 0.25 0 0.46 0.64
HSL 92.09º 0.3% 0.28% -
HSV(B) 92.09º 0.46% 0.36% -
XYZ 7.02 9.36 4.45 -
YUV 81.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 70 93 50 0.25 0 0.46 0.64 92.09 0.3 0.28
Hex 46 5D 32 19 0 2E 40 5C 1E 1C
Octal 106 135 62 31 0 56 100 134 36 34
Binary 1000110 1011101 110010 11001 0 101110 1000000 1011100 11110 11100

Color Harmonies of #465D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D32

Black with #465D32

Text Example


Text Example

White with #465D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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