Html Css Color HEX #465E38 Dell

📋 copy color: '#465E38'

red 70 ◦ green 94 ◦ blue 56

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

Shades of Dell #465E38

Tints of Dell #465E38

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.73%

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

R = 31.82%
G = 42.73%
B = 25.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#465E38 (or 0x465E38) is known color: Dell. HEX triplet: 46, 5E and 38. RGB value is (70,94,56). Sum of RGB (Red+Green+Blue) = 70+94+56=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #465E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E38 is #B9A1C7. Grayscale: #525252. Windows color (decimal): -12165576 or 3694150. OLE color: 3694150.

HSL color Cylindrical-coordinate representation of color #465E38: hue angle of 97.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465E38 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 94 56 -
CMYK 0.26 0 0.40 0.63
HSL 97.89º 0.25% 0.29% -
HSV(B) 97.89º 0.4% 0.37% -
XYZ 7.24 9.59 5.21 -
YUV 82.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 70 94 56 0.26 0 0.40 0.63 97.89 0.25 0.29
Hex 46 5E 38 1A 0 28 3F 62 19 1D
Octal 106 136 70 32 0 50 77 142 31 35
Binary 1000110 1011110 111000 11010 0 101000 111111 1100010 11001 11101

Color Harmonies of #465E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E38

Black with #465E38

Text Example


Text Example

White with #465E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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