#3E6125

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

Shades of Dell #3E6125

Tints of Dell #3E6125

Color information

#3E6125 (or 0x3E6125) is unknown color: approx Dell. HEX triplet: 3E, 61 and 25. RGB value is (62,97,37). Sum of RGB (Red+Green+Blue) = 62+97+37=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6125 is #C19EDA. Grayscale: #4F4F4F. Windows color (decimal): -12689115 or 2449726. OLE color: 2449726.

HSL color Cylindrical-coordinate representation of color #3E6125: hue angle of 95º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E6125 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB629737-
CMYK0.3600.620.62
HSL95º44.78%26.27%-
HSV(B)95º61.86%38.04%-
XYZ6.69.713.28-
YUV79.7103.9115.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=31.63%
G=49.49%
B=18.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6297370.3600.620.629544.7826.27
Hex3E61252403E3E5f2d1a
Octal761414544076761375532
Binary11111011000011001011001000111110111110101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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