#3E6727

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

Shades of Dell #3E6727

Tints of Dell #3E6727

Color information

#3E6727 (or 0x3E6727) is unknown color: approx Dell. HEX triplet: 3E, 67 and 27. RGB value is (62,103,39). Sum of RGB (Red+Green+Blue) = 62+103+39=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6727 is #C198D8. Grayscale: #535353. Windows color (decimal): -12687577 or 2582334. OLE color: 2582334.

HSL color Cylindrical-coordinate representation of color #3E6727: hue angle of 98.44º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E6727 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB6210339-
CMYK0.4000.620.60
HSL98.44º45.07%27.84%-
HSV(B)98.44º62.14%40.39%-
XYZ7.210.873.64-
YUV83.44102.92112.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.39%
GREEN value IS 103 (40.62% from 255) = 50.49%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=30.39%
G=50.49%
B=19.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62103390.4000.620.6098.4445.0727.84
Hex3E67272803E3C622d1c
Octal761474750076741425534
Binary11111011001111001111010000111110111100110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,103,39); }

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

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

 a { background-color: rgb(62,103,39); }

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

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

 span { border-color: rgb(62,103,39); }

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