#3E631F

Color #3E631F Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3E631F

Tints of Dell #3E631F

Color information

#3E631F (or 0x3E631F) is unknown color: approx Dell. HEX triplet: 3E, 63 and 1F. RGB value is (62,99,31). Sum of RGB (Red+Green+Blue) = 62+99+31=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #3E631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E631F is #C19CE0. Grayscale: #505050. Windows color (decimal): -12688609 or 2057022. OLE color: 2057022.

HSL color Cylindrical-coordinate representation of color #3E631F: hue angle of 92.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E631F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB629931-
CMYK0.3700.690.61
HSL92.65º52.31%25.49%-
HSV(B)92.65º68.69%38.82%-
XYZ6.710.052.88-
YUV80.18100.24115.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=32.29%
G=51.56%
B=16.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299310.3700.690.6192.6552.3125.49
Hex3E631F250453D5d3419
Octal7614337450105751356431
Binary11111011000111111110010101000101111101101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E631F; }

 p { color: rgb(62,99,31); }

 H1.HeaderClassName
 {
   color: #3E631F;
 }
 .AnyTagClassName
 {
   color: #3E631F;
 }
</style>
background-color css

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

 a { background-color: rgb(62,99,31); }

 div.DivClassName
 {
   background-color: #3E631F;
 }
 .BgClassName
 {
   background-color: #3E631F;
 }
</style>
border-color css

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

 span { border-color: rgb(62,99,31); }

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