Html Css Color HEX #465936 Dell

📋 copy color: '#465936'

red 70 ◦ green 89 ◦ blue 54

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

Shades of Dell #465936

Tints of Dell #465936

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

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

R = 32.86%
G = 41.78%
B = 25.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#465936 (or 0x465936) is known color: Dell. HEX triplet: 46, 59 and 36. RGB value is (70,89,54). Sum of RGB (Red+Green+Blue) = 70+89+54=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #465936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465936 is #B9A6C9. Grayscale: #4F4F4F. Windows color (decimal): -12166858 or 3561798. OLE color: 3561798.

HSL color Cylindrical-coordinate representation of color #465936: hue angle of 92.57º 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 #465936 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 54 -
CMYK 0.21 0 0.39 0.65
HSL 92.57º 0.24% 0.28% -
HSV(B) 92.57º 0.39% 0.35% -
XYZ 6.76 8.71 4.82 -
YUV 79.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 70 89 54 0.21 0 0.39 0.65 92.57 0.24 0.28
Hex 46 59 36 15 0 27 41 5D 18 1C
Octal 106 131 66 25 0 47 101 135 30 34
Binary 1000110 1011001 110110 10101 0 100111 1000001 1011101 11000 11100

Color Harmonies of #465936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465936

Black with #465936

Text Example


Text Example

White with #465936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465936; }

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

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

background-color css

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

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

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

border-color css

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

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

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