#3E6625

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

Shades of Dell #3E6625

Tints of Dell #3E6625

Color information

#3E6625 (or 0x3E6625) is unknown color: approx Dell. HEX triplet: 3E, 66 and 25. RGB value is (62,102,37). Sum of RGB (Red+Green+Blue) = 62+102+37=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #3E6625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6625 is #C199DA. Grayscale: #525252. Windows color (decimal): -12687835 or 2451006. OLE color: 2451006.

HSL color Cylindrical-coordinate representation of color #3E6625: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E6625 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB6210237-
CMYK0.3900.640.6
HSL96.92º46.76%27.25%-
HSV(B)96.92º63.73%40%-
XYZ7.0710.663.44-
YUV82.63102.25113.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.85%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=30.85%
G=50.75%
B=18.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102370.3900.640.696.9246.7627.25
Hex3E6625270403C612f1b
Octal7614645470100741415733
Binary111110110011010010110011101000000111100110000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,102,37); }

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

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

 a { background-color: rgb(62,102,37); }

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

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

 span { border-color: rgb(62,102,37); }

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