Html Css Color HEX #40631E Dell

📋 copy color: '#40631E'

red 64 ◦ green 99 ◦ blue 30

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

Shades of Dell #40631E

Tints of Dell #40631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.3%

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 33.16%
G = 51.3%
B = 15.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#40631E (or 0x40631E) is known color: Dell. HEX triplet: 40, 63 and 1E. RGB value is (64,99,30). Sum of RGB (Red+Green+Blue) = 64+99+30=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #40631E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40631E is #BF9CE1. Grayscale: #505050. Windows color (decimal): -12557538 or 1991488. OLE color: 1991488.

HSL color Cylindrical-coordinate representation of color #40631E: hue angle of 90.43º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40631E is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 30 -
CMYK 0.35 0 0.70 0.61
HSL 90.43º 0.53% 0.25% -
HSV(B) 90.43º 0.7% 0.39% -
XYZ 6.81 10.11 2.82 -
YUV 80.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 64 99 30 0.35 0 0.70 0.61 90.43 0.53 0.25
Hex 40 63 1E 23 0 46 3D 5A 35 19
Octal 100 143 36 43 0 106 75 132 65 31
Binary 1000000 1100011 11110 100011 0 1000110 111101 1011010 110101 11001

Color Harmonies of #40631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40631E

Black with #40631E

Text Example


Text Example

White with #40631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40631E; }

 p { color: rgb(64,99,30); }

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

background-color css

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

 a { background-color: rgb(64,99,30); }

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

border-color css

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

 span { border-color: rgb(64,99,30); }

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