Html Css Color HEX #465B34 Dell

📋 copy color: '#465B34'

red 70 ◦ green 91 ◦ blue 52

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

Shades of Dell #465B34

Tints of Dell #465B34

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.72%

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 32.86%
G = 42.72%
B = 24.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#465B34 (or 0x465B34) is known color: Dell. HEX triplet: 46, 5B and 34. RGB value is (70,91,52). Sum of RGB (Red+Green+Blue) = 70+91+52=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #465B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B34 is #B9A4CB. Grayscale: #505050. Windows color (decimal): -12166348 or 3431238. OLE color: 3431238.

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

Color convert

RGB 70 91 52 -
CMYK 0.23 0 0.43 0.64
HSL 92.31º 0.27% 0.28% -
HSV(B) 92.31º 0.43% 0.36% -
XYZ 6.89 9.03 4.63 -
YUV 80.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 70 91 52 0.23 0 0.43 0.64 92.31 0.27 0.28
Hex 46 5B 34 17 0 2B 40 5C 1B 1C
Octal 106 133 64 27 0 53 100 134 33 34
Binary 1000110 1011011 110100 10111 0 101011 1000000 1011100 11011 11100

Color Harmonies of #465B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B34

Black with #465B34

Text Example


Text Example

White with #465B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,52); }

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

background-color css

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

 a { background-color: rgb(70,91,52); }

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

border-color css

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

 span { border-color: rgb(70,91,52); }

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