Html Css Color HEX #40582F Dell

📋 copy color: '#40582F'

red 64 ◦ green 88 ◦ blue 47

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

Shades of Dell #40582F

Tints of Dell #40582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 32.16%
G = 44.22%
B = 23.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#40582F (or 0x40582F) is known color: Dell. HEX triplet: 40, 58 and 2F. RGB value is (64,88,47). Sum of RGB (Red+Green+Blue) = 64+88+47=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #40582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40582F is #BFA7D0. Grayscale: #4C4C4C. Windows color (decimal): -12560337 or 3102784. OLE color: 3102784.

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

Color convert

RGB 64 88 47 -
CMYK 0.27 0 0.47 0.65
HSL 95.12º 0.3% 0.26% -
HSV(B) 95.12º 0.47% 0.35% -
XYZ 6.12 8.27 3.96 -
YUV 76.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 64 88 47 0.27 0 0.47 0.65 95.12 0.3 0.26
Hex 40 58 2F 1B 0 2F 41 5F 1E 1A
Octal 100 130 57 33 0 57 101 137 36 32
Binary 1000000 1011000 101111 11011 0 101111 1000001 1011111 11110 11010

Color Harmonies of #40582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40582F

Black with #40582F

Text Example


Text Example

White with #40582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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