Html Css Color HEX #405830 Dell

📋 copy color: '#405830'

red 64 ◦ green 88 ◦ blue 48

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

Shades of Dell #405830

Tints of Dell #405830

RGB

 RED value IS 64 (25.39% from 255) = 32%

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

 BLUE value IS 48 (19.14% from 255) = 24%

R = 32%
G = 44%
B = 24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#405830 (or 0x405830) is known color: Dell. HEX triplet: 40, 58 and 30. RGB value is (64,88,48). Sum of RGB (Red+Green+Blue) = 64+88+48=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #405830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405830 is #BFA7CF. Grayscale: #4C4C4C. Windows color (decimal): -12560336 or 3168320. OLE color: 3168320.

HSL color Cylindrical-coordinate representation of color #405830: hue angle of 96º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405830 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 48 -
CMYK 0.27 0 0.45 0.65
HSL 96º 0.29% 0.27% -
HSV(B) 96º 0.45% 0.35% -
XYZ 6.14 8.28 4.07 -
YUV 76.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 64 88 48 0.27 0 0.45 0.65 96 0.29 0.27
Hex 40 58 30 1B 0 2D 41 60 1D 1B
Octal 100 130 60 33 0 55 101 140 35 33
Binary 1000000 1011000 110000 11011 0 101101 1000001 1100000 11101 11011

Color Harmonies of #405830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405830

Black with #405830

Text Example


Text Example

White with #405830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405830; }

 p { color: rgb(64,88,48); }

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

background-color css

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

 a { background-color: rgb(64,88,48); }

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

border-color css

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

 span { border-color: rgb(64,88,48); }

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