Html Css Color HEX #465D36 Dell

📋 copy color: '#465D36'

red 70 ◦ green 93 ◦ blue 54

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

Shades of Dell #465D36

Tints of Dell #465D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.86%

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

R = 32.26%
G = 42.86%
B = 24.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#465D36 (or 0x465D36) is known color: Dell. HEX triplet: 46, 5D and 36. RGB value is (70,93,54). Sum of RGB (Red+Green+Blue) = 70+93+54=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #465D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D36 is #B9A2C9. Grayscale: #515151. Windows color (decimal): -12165834 or 3562822. OLE color: 3562822.

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

Color convert

RGB 70 93 54 -
CMYK 0.25 0 0.42 0.64
HSL 95.38º 0.27% 0.29% -
HSV(B) 95.38º 0.42% 0.36% -
XYZ 7.11 9.4 4.93 -
YUV 81.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 70 93 54 0.25 0 0.42 0.64 95.38 0.27 0.29
Hex 46 5D 36 19 0 2A 40 5F 1B 1D
Octal 106 135 66 31 0 52 100 137 33 35
Binary 1000110 1011101 110110 11001 0 101010 1000000 1011111 11011 11101

Color Harmonies of #465D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D36

Black with #465D36

Text Example


Text Example

White with #465D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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