Html Css Color HEX #465B36 Dell

📋 copy color: '#465B36'

red 70 ◦ green 91 ◦ blue 54

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

Shades of Dell #465B36

Tints of Dell #465B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 32.56%
G = 42.33%
B = 25.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#465B36 (or 0x465B36) is known color: Dell. HEX triplet: 46, 5B and 36. RGB value is (70,91,54). Sum of RGB (Red+Green+Blue) = 70+91+54=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #465B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B36 is #B9A4C9. Grayscale: #505050. Windows color (decimal): -12166346 or 3562310. OLE color: 3562310.

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

Color convert

RGB 70 91 54 -
CMYK 0.23 0 0.41 0.64
HSL 94.05º 0.26% 0.28% -
HSV(B) 94.05º 0.41% 0.36% -
XYZ 6.93 9.05 4.87 -
YUV 80.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 70 91 54 0.23 0 0.41 0.64 94.05 0.26 0.28
Hex 46 5B 36 17 0 29 40 5E 1A 1C
Octal 106 133 66 27 0 51 100 136 32 34
Binary 1000110 1011011 110110 10111 0 101001 1000000 1011110 11010 11100

Color Harmonies of #465B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B36

Black with #465B36

Text Example


Text Example

White with #465B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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