Html Css Color HEX #465F32 Dell

📋 copy color: '#465F32'

red 70 ◦ green 95 ◦ blue 50

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

Shades of Dell #465F32

Tints of Dell #465F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

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

R = 32.56%
G = 44.19%
B = 23.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#465F32 (or 0x465F32) is known color: Dell. HEX triplet: 46, 5F and 32. RGB value is (70,95,50). Sum of RGB (Red+Green+Blue) = 70+95+50=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #465F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F32 is #B9A0CD. Grayscale: #525252. Windows color (decimal): -12165326 or 3301190. OLE color: 3301190.

HSL color Cylindrical-coordinate representation of color #465F32: hue angle of 93.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465F32 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 95 50 -
CMYK 0.26 0 0.47 0.63
HSL 93.33º 0.31% 0.28% -
HSV(B) 93.33º 0.47% 0.37% -
XYZ 7.19 9.72 4.51 -
YUV 82.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 70 95 50 0.26 0 0.47 0.63 93.33 0.31 0.28
Hex 46 5F 32 1A 0 2F 3F 5D 1F 1C
Octal 106 137 62 32 0 57 77 135 37 34
Binary 1000110 1011111 110010 11010 0 101111 111111 1011101 11111 11100

Color Harmonies of #465F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F32

Black with #465F32

Text Example


Text Example

White with #465F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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