Html Css Color HEX #465836 Dell

📋 copy color: '#465836'

red 70 ◦ green 88 ◦ blue 54

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

Shades of Dell #465836

Tints of Dell #465836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.51%

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

R = 33.02%
G = 41.51%
B = 25.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#465836 (or 0x465836) is known color: Dell. HEX triplet: 46, 58 and 36. RGB value is (70,88,54). Sum of RGB (Red+Green+Blue) = 70+88+54=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #465836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465836 is #B9A7C9. Grayscale: #4E4E4E. Windows color (decimal): -12167114 or 3561542. OLE color: 3561542.

HSL color Cylindrical-coordinate representation of color #465836: hue angle of 91.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465836 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 54 -
CMYK 0.20 0 0.39 0.65
HSL 91.76º 0.24% 0.28% -
HSV(B) 91.76º 0.39% 0.35% -
XYZ 6.68 8.55 4.79 -
YUV 78.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 70 88 54 0.20 0 0.39 0.65 91.76 0.24 0.28
Hex 46 58 36 14 0 27 41 5C 18 1C
Octal 106 130 66 24 0 47 101 134 30 34
Binary 1000110 1011000 110110 10100 0 100111 1000001 1011100 11000 11100

Color Harmonies of #465836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465836

Black with #465836

Text Example


Text Example

White with #465836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465836; }

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

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

background-color css

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

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

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

border-color css

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

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

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