#3E6925

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

Shades of Dell #3E6925

Tints of Dell #3E6925

Color information

#3E6925 (or 0x3E6925) is unknown color: approx Dell. HEX triplet: 3E, 69 and 25. RGB value is (62,105,37). Sum of RGB (Red+Green+Blue) = 62+105+37=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6925 is #C196DA. Grayscale: #545454. Windows color (decimal): -12687067 or 2451774. OLE color: 2451774.

HSL color Cylindrical-coordinate representation of color #3E6925: hue angle of 97.94º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E6925 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB6210537-
CMYK0.4100.650.59
HSL97.94º47.89%27.84%-
HSV(B)97.94º64.76%41.18%-
XYZ7.3711.263.54-
YUV84.39101.25112.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.39%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=30.39%
G=51.47%
B=18.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62105370.4100.650.5997.9447.8927.84
Hex3E6925290413B62301c
Octal7615145510101731426034
Binary111110110100110010110100101000001111011110001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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