Html Css Color HEX #465938 Dell

📋 copy color: '#465938'

red 70 ◦ green 89 ◦ blue 56

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

Shades of Dell #465938

Tints of Dell #465938

RGB

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

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

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

R = 32.56%
G = 41.4%
B = 26.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#465938 (or 0x465938) is known color: Dell. HEX triplet: 46, 59 and 38. RGB value is (70,89,56). Sum of RGB (Red+Green+Blue) = 70+89+56=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #465938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465938 is #B9A6C7. Grayscale: #4F4F4F. Windows color (decimal): -12166856 or 3692870. OLE color: 3692870.

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

Color convert

RGB 70 89 56 -
CMYK 0.21 0 0.37 0.65
HSL 94.55º 0.23% 0.28% -
HSV(B) 94.55º 0.37% 0.35% -
XYZ 6.81 8.73 5.07 -
YUV 79.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 70 89 56 0.21 0 0.37 0.65 94.55 0.23 0.28
Hex 46 59 38 15 0 25 41 5F 17 1C
Octal 106 131 70 25 0 45 101 137 27 34
Binary 1000110 1011001 111000 10101 0 100101 1000001 1011111 10111 11100

Color Harmonies of #465938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465938

Black with #465938

Text Example


Text Example

White with #465938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465938; }

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

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

background-color css

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

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

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

border-color css

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

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

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