Html Css Color HEX #465B38 Dell

📋 copy color: '#465B38'

red 70 ◦ green 91 ◦ blue 56

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

Shades of Dell #465B38

Tints of Dell #465B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 32.26%
G = 41.94%
B = 25.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#465B38 (or 0x465B38) is known color: Dell. HEX triplet: 46, 5B and 38. RGB value is (70,91,56). Sum of RGB (Red+Green+Blue) = 70+91+56=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #465B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B38 is #B9A4C7. Grayscale: #505050. Windows color (decimal): -12166344 or 3693382. OLE color: 3693382.

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

Color convert

RGB 70 91 56 -
CMYK 0.23 0 0.38 0.64
HSL 96º 0.24% 0.29% -
HSV(B) 96º 0.38% 0.36% -
XYZ 6.98 9.07 5.12 -
YUV 80.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 70 91 56 0.23 0 0.38 0.64 96 0.24 0.29
Hex 46 5B 38 17 0 26 40 60 18 1D
Octal 106 133 70 27 0 46 100 140 30 35
Binary 1000110 1011011 111000 10111 0 100110 1000000 1100000 11000 11101

Color Harmonies of #465B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B38

Black with #465B38

Text Example


Text Example

White with #465B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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