#3E632A

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

Shades of Dell #3E632A

Tints of Dell #3E632A

Color information

#3E632A (or 0x3E632A) is unknown color: approx Dell. HEX triplet: 3E, 63 and 2A. RGB value is (62,99,42). Sum of RGB (Red+Green+Blue) = 62+99+42=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #3E632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E632A is #C19CD5. Grayscale: #515151. Windows color (decimal): -12688598 or 2777918. OLE color: 2777918.

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

Color convert

RGB629942-
CMYK0.3700.580.61
HSL98.95º40.43%27.65%-
HSV(B)98.95º57.58%38.82%-
XYZ6.8710.113.78-
YUV81.44105.74114.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=30.54%
G=48.77%
B=20.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299420.3700.580.6198.9540.4327.65
Hex3E632A2503A3D63281c
Octal761435245072751435034
Binary11111011000111010101001010111010111101110001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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